Skip to content

Commit

Permalink
ci: add merge_group trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <murbanek@akamai.com>
  • Loading branch information
shanduur-akamai committed Feb 6, 2025
1 parent 1c91cd9 commit ca56c61
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/k8s-linters.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: k8s-linters

on:
merge_group:
pull_request:
branches: ["*"]
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: linters

on:
merge_group:
pull_request:
branches: [ '*' ]
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/semantic-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: semantic-pr

on:
merge_group:
pull_request_target:
types:
- opened
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-secure.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: tests

on:
merge_group:
pull_request_target:
branches: [ '*' ]
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: tests

on:
merge_group:
pull_request:
branches: [ '*' ]
push:
Expand Down

0 comments on commit ca56c61

Please sign in to comment.