Skip to content

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ "main" ]
66
pull_request:
77
branches: [ "main" ]
8+
merge_group:
9+
branches: [ "main" ]
810
schedule:
911
- cron: '25 18 * * 0'
1012

.github/workflows/default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Default Pipeline
33

44
on:
55
pull_request:
6+
merge_group:
67
push:
78
branches:
89
- "main"

0 commit comments

Comments
 (0)