Skip to content

Commit 54ede82

Browse files
authored
add merge_group as triggers for workflows (#80)
1 parent 75c9835 commit 54ede82

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
branches:
1010
- main
1111
- 'stable/**'
12+
merge_group:
13+
branches:
14+
- main
15+
- 'stable/**'
1216

1317
jobs:
1418
coverage:

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
branches:
1111
- main
1212
- 'stable/**'
13+
merge_group:
14+
branches:
15+
- main
16+
- 'stable/**'
1317

1418
jobs:
1519
build_and_deploy_docs:

.github/workflows/ecosystem.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
branches:
1010
- main
1111
- 'stable/**'
12+
merge_group:
13+
branches:
14+
- main
15+
- 'stable/**'
1216

1317
jobs:
1418
ecosystem:

.github/workflows/lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
branches:
1010
- main
1111
- 'stable/**'
12+
merge_group:
13+
branches:
14+
- main
15+
- 'stable/**'
1216

1317
jobs:
1418
lint:

.github/workflows/test_latest_versions.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
branches:
1010
- main
1111
- 'stable/**'
12+
merge_group:
13+
branches:
14+
- main
15+
- 'stable/**'
1216
schedule:
1317
- cron: '0 1 * * *'
1418

0 commit comments

Comments
 (0)