Skip to content

Commit

Permalink
ci: add merge_group trigger
Browse files Browse the repository at this point in the history
This will allow using the merge queue feature.
  • Loading branch information
cpu committed Sep 7, 2023
1 parent e480033 commit ce16ccc
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:
- main
- "*_dev"
pull_request:
merge_group:
schedule:
- cron: '0 18 * * *'

Expand Down

0 comments on commit ce16ccc

Please sign in to comment.