Skip to content

Commit

Permalink
Add merge-group trigger to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewDaggitt committed Oct 30, 2023
1 parent 138509e commit 80f19af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
- master
- experimental
pull_request:
branches:
- master
- experimental
merge_group:

########################################################################
## CONFIGURATION
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,15 @@ on:
- cabal.haskell-ci
- "*.hs"
pull_request:
branches:
- master
- experimental
paths:
- .github/workflows/haskell-ci.yml
- agda-stdlib-utils.cabal
- cabal.haskell-ci
- "*.hs"
merge_group:
jobs:
linux:
name: Haskell-CI - Linux - ${{ matrix.compiler }}
Expand Down

0 comments on commit 80f19af

Please sign in to comment.