ci: run workflows on merge_group (#2842)

This commit is contained in:
Bjerg
2023-05-25 18:39:32 +02:00
committed by GitHub
parent d6ccab1ddc
commit fd785287de
7 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,6 @@
on: on:
pull_request: pull_request:
merge_group:
env: env:
RUSTFLAGS: -D warnings RUSTFLAGS: -D warnings

View File

@ -10,6 +10,7 @@ on:
paths: paths:
- 'book/**' - 'book/**'
- 'book.toml' - 'book.toml'
merge_group:
jobs: jobs:
test: test:

View File

@ -3,6 +3,7 @@ on:
branches: branches:
- main - main
pull_request: pull_request:
merge_group:
env: env:
RUSTFLAGS: -D warnings RUSTFLAGS: -D warnings

View File

@ -7,6 +7,7 @@ on:
pull_request: pull_request:
branches: [main] branches: [main]
paths: [Cargo.lock] paths: [Cargo.lock]
merge_group:
env: env:
RUSTFLAGS: -D warnings RUSTFLAGS: -D warnings

View File

@ -3,6 +3,7 @@ on:
branches: branches:
- main - main
pull_request: pull_request:
merge_group:
env: env:
RUSTFLAGS: -D warnings RUSTFLAGS: -D warnings

View File

@ -3,6 +3,7 @@ on:
branches: branches:
- main - main
pull_request: pull_request:
merge_group:
env: env:
RUSTFLAGS: -D warnings RUSTFLAGS: -D warnings

View File

@ -3,6 +3,7 @@ on:
branches: branches:
- main - main
pull_request: pull_request:
merge_group:
env: env:
RUSTFLAGS: -D warnings RUSTFLAGS: -D warnings