Skip to content

Commit d5f09a3

Browse files
committed
enable test actions in merge queue
1 parent ba434b7 commit d5f09a3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches-ignore:
66
- 'dependabot/**'
77
pull_request:
8+
merge_group:
89
schedule:
910
- cron: '0 22 * * 3'
1011

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- 'master'
7+
merge_group:
78
pull_request:
89
branches:
910
- '*'

0 commit comments

Comments
 (0)