Skip to content

Commit

Permalink
workflow: Add merge_group trigger to Build workflow
Browse files Browse the repository at this point in the history
This should trigger the Build workflow when a merge group is created.

Signed-off-by: Gregers Gram Rygg <[email protected]>
  • Loading branch information
gregersrygg committed Oct 14, 2024
1 parent deb71ac commit fd739db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ on:
push:
branches:
- main
merge_group:
pull_request:
schedule:
- cron: "0 0 * * *"
Expand Down

0 comments on commit fd739db

Please sign in to comment.