Skip to content

Commit

Permalink
chore: run CI on any PR branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Jun 23, 2022
1 parent 93d6c6d commit b007ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -9,7 +9,7 @@ on:
- main
pull_request:
branches:
- main
- '**'

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

0 comments on commit b007ee4

Please sign in to comment.