Skip to content

Commit

Permalink
ci: add branches
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Apr 5, 2022
1 parent 775aec2 commit 6994cd7
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 @@ -3,7 +3,7 @@ name: Main
on:
pull_request:
push:
branches: [main]
branches: [main, next, v*]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 6994cd7

Please sign in to comment.