Skip to content

Commit

Permalink
Use correct branch name for CI on push
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaoliello committed Jul 18, 2023
1 parent d922151 commit 45ce8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
push:
branches:
- "main"
- "master"

permissions:
contents: read
Expand Down

0 comments on commit 45ce8be

Please sign in to comment.