-
Notifications
You must be signed in to change notification settings - Fork 423
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add merge_group event trigger to GHA daily workflow (#1996)
* * Run workflow on merge_group event * Run workflow on pushes to main and release branches * Run workflow at 2:30am every day on dev * Run workflow manually * Removed run on push to dev * Run code quality checks on merge_group trigger
- Loading branch information
1 parent
33a28b5
commit f4c7abd
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
name: Code Quality Checks | ||
on: | ||
merge_group: | ||
push: | ||
branches: | ||
- dev | ||
- main | ||
- release/** | ||
pull_request: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters