Skip to content

Commit

Permalink
ci: Fix default branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jul 13, 2024
1 parent 88cc628 commit 8d19635
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy
on:
workflow_run:
workflows: ["CI"]
branches: [main]
branches: [master]
types:
- completed
jobs:
Expand Down

0 comments on commit 8d19635

Please sign in to comment.