Skip to content

Commit

Permalink
Fixed status checks on protected branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
MoFtZ committed Mar 7, 2023
1 parent 8c4ec4e commit 87c7aaa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ jobs:
uses: actions/upload-pages-artifact@v1
##### GitHub Pages #####

all-required-checks-done:
needs:
- build
runs-on: ubuntu-latest
steps:
- run: echo "All required checks done"

deploy: # Deployment job
if: github.event_name != 'pull_request' # Skip deployment when building pull requests.
environment:
Expand Down

0 comments on commit 87c7aaa

Please sign in to comment.