Skip to content

Commit

Permalink
[CI] Add trigger for merge group (#3736)
Browse files Browse the repository at this point in the history
Add trigger for merge group
  • Loading branch information
Michaelvll authored Jul 8, 2024
1 parent e049bff commit 4507bdc
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
branches:
- master
- 'releases/**'
merge_group:

jobs:
format:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/mypy-generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
branches:
- master
- 'releases/**'
merge_group:

jobs:
mypy:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
branches:
- master
- 'releases/**'
merge_group:

jobs:
pylint:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pytest-generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
branches:
- master
- 'releases/**'
merge_group:

jobs:
python-test:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
branches:
- master
- 'releases/**'
merge_group:

jobs:
python-test:
strategy:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
branches:
- master
- 'releases/**'
merge_group:

jobs:
format:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-poetry-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
branches:
- master
- 'releases/**'
merge_group:

jobs:
poetry-build-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4507bdc

Please sign in to comment.