Skip to content

Commit

Permalink
add support for merge_group
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatKalle committed Nov 7, 2024
1 parent 71fced9 commit eb3c36e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/trunk_check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Pull Request
on: [pull_request]
on:
pull_request:
merge_group:
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
Expand Down

0 comments on commit eb3c36e

Please sign in to comment.