Skip to content

Commit

Permalink
Enable merge_group events
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
  • Loading branch information
ncdc committed Jul 28, 2023
1 parent 14c9a3d commit 0be95ca
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: e2e
on:
workflow_dispatch:
pull_request:
merge_group:
push:
branches:
- main
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/go-apidiff.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: go-apidiff
on: [ pull_request ]
on:
pull_request:
merge_group:
jobs:
go-apidiff:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
pull_request:
branches:
- main
merge_group:

jobs:
goreleaser:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sanity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: sanity
on:
workflow_dispatch:
pull_request:
merge_group:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: unit-test
on:
workflow_dispatch:
pull_request:
merge_group:
push:
branches:
- main
Expand Down

0 comments on commit 0be95ca

Please sign in to comment.