Skip to content

Commit

Permalink
ci: add merge_group support (#2789)
Browse files Browse the repository at this point in the history
  • Loading branch information
remyleone authored Feb 20, 2023
1 parent 5a704db commit e0efde6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Test and coverage

on: [push, pull_request]
on:
push:
pull_request:
merge_group:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Documentation Workflows
on:
pull_request:
merge_group:
jobs:
ensure-docs-generated:
name: Ensure docs are generated
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: golangci-lint
on:
pull_request:
merge_group:
jobs:
golangci:
name: lint
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Tests

on:
pull_request:
merge_group:

jobs:
os-tests:
Expand Down

0 comments on commit e0efde6

Please sign in to comment.