Skip to content

Commit 0f65ece

Browse files
authored
Configure workflows to support merge queues (#1720)
1 parent 0a121fc commit 0f65ece

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- main
77
- release/*
88
pull_request:
9+
merge_group:
910
workflow_dispatch:
1011

1112
permissions:

.github/workflows/codeql.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
name: CodeQL
22

33
on:
4-
pull_request:
5-
branches:
6-
- main
7-
- release/*
84
push:
95
branches:
106
- main
117
- release/*
8+
pull_request:
9+
merge_group:
1210
schedule:
1311
- cron: "29 13 * * 2" # weekly at 13:29 UTC on Tuesday
1412

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: Gradle wrapper validation
22

33
on:
44
push:
5+
branches:
6+
- main
7+
- release/*
58
pull_request:
9+
merge_group:
610

711
permissions:
812
contents: read

0 commit comments

Comments
 (0)