Skip to content

Commit

Permalink
.github/workflows/site-deploy: fix deploy if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Nov 21, 2023
1 parent 7c6c02d commit 3ec4651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/site-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
name: Deploy
runs-on: ubuntu-latest
needs: build
if: github.event != 'pull_request'
if: github.event_name != 'pull_request'
permissions:
pages: write
id-token: write
Expand Down

0 comments on commit 3ec4651

Please sign in to comment.