Skip to content

Commit

Permalink
Limit deploy workflow to main branch
Browse files Browse the repository at this point in the history
This means we will see fewer skipped workflow runs in the list on GitHub at https://github.com/Starkast/wikimum/actions/workflows/deploy-fly.yml
  • Loading branch information
dentarg authored Jan 23, 2025
1 parent 196bf8b commit 5fca0ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
workflow_run:
workflows: [CI]
types: [completed]
branches: [main]

jobs:
deploy:
Expand Down

0 comments on commit 5fca0ad

Please sign in to comment.