Skip to content

Commit

Permalink
Re-enable check that only runs 'deploy' on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
calebofearth committed Jan 20, 2025
1 parent d431ab6 commit 820e2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
deploy:
name: Deploy
needs: build
#if: github.event_name == 'push' FIXME
if: github.event_name == 'push'

permissions:
pages: write
Expand Down

0 comments on commit 820e2e0

Please sign in to comment.