Skip to content

Commit f6faa0a

Browse files
authored
chore: Add workflows to merge group (#755)
Signed-off-by: Arthur Silva Sens <[email protected]>
1 parent 6337595 commit f6faa0a

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

.github/workflows/builder-testbuild.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Builder - Check and Test Build
22

33
on:
4+
merge_group:
45
push:
56
branches: [main]
67
paths:

.github/workflows/ci-goreleaser-contrib.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Continuous Integration - Contrib - GoReleaser
22

33
on:
4+
merge_group:
45
push:
56
branches: [main]
67
paths:

.github/workflows/ci-goreleaser-core.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Continuous Integration - Core - GoReleaser
22

33
on:
4+
merge_group:
45
push:
56
branches: [main]
67
paths:

.github/workflows/ci-goreleaser-k8s.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Continuous Integration - k8s - GoReleaser
22

33
on:
4+
merge_group:
45
push:
56
branches: [main]
67
paths:

.github/workflows/ci-goreleaser-otlp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Continuous Integration - OTLP - GoReleaser
22

33
on:
4+
merge_group:
45
push:
56
branches: [main]
67
paths:

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Continuous Integration
22

33
on:
4+
merge_group:
45
push:
56
branches: [main]
67
pull_request:

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Shellcheck lint
22
on:
3+
merge_group:
34
push:
45
branches: [ main ]
56
pull_request:

0 commit comments

Comments
 (0)