Skip to content

Commit

Permalink
Add merge group actions (#925)
Browse files Browse the repository at this point in the history
Adds merge_group as an `on` event for github actions

---------

Signed-off-by: Elliot Gunton <[email protected]>
  • Loading branch information
elliotgunton authored Jan 13, 2024
1 parent 0b8fbd3 commit ab65e8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- main
merge_group:
jobs:
test:
name: build + test py${{ matrix.python-version }} on ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/minimal-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- reopened
- labeled
- unlabeled
merge_group:
jobs:
semver:
name: Minimal Semver Labels
Expand Down

0 comments on commit ab65e8a

Please sign in to comment.