Skip to content

Commit

Permalink
Run CI workflow on pull_request target to pick up forks
Browse files Browse the repository at this point in the history
  • Loading branch information
natanbc committed Dec 22, 2024
1 parent 7ee27a2 commit 9cecf26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- "**"
- "!main"
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 9cecf26

Please sign in to comment.