Skip to content

Commit

Permalink
ci: add merge_group triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Jul 3, 2024
1 parent 87872b3 commit 870a3c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions 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 @@ -4,6 +4,7 @@ on:
push:
branches:
- develop
merge_group:
pull_request:
branches:
- "*"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/generate-files.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Generated Files are Updated
on:
merge_group:
pull_request:
branches:
- "*"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sast-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
tags:
- "*"
merge_group:
pull_request:
types:
- opened
Expand Down

0 comments on commit 870a3c0

Please sign in to comment.