Skip to content

Commit

Permalink
ci: use correct branch name
Browse files Browse the repository at this point in the history
tomsquest committed Dec 3, 2024
1 parent 38528db commit 5fb2688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ on:
types: [opened, reopened, synchronize]
push:
branches:
- main
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

0 comments on commit 5fb2688

Please sign in to comment.