Skip to content

Commit

Permalink
chore: don't skip deploy step (#1934)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas authored Jan 15, 2025
2 parents ec82829 + 4ecdc2f commit 3d438b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

deploy:
# Only deploy if a push to main
if: github.ref_name == 'dev' && github.event_name == 'push'
if: github.ref_name == 'main' && github.event_name == 'push'
runs-on: ubuntu-latest
needs: [build]

Expand Down

0 comments on commit 3d438b7

Please sign in to comment.