Skip to content

Commit 4343b31

Browse files
Run GHA only for main branch
1 parent 23b7807 commit 4343b31

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/gradle.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ on:
1212
- 'renovate.json'
1313
- 'k8s/**'
1414
- 'kind/**'
15-
pull_request:
16-
types:
17-
- opened
18-
- synchronize
19-
- reopened
2015

2116
jobs:
2217
build:

.github/workflows/maven.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ on:
1212
- 'renovate.json'
1313
- 'k8s/**'
1414
- 'kind/**'
15-
pull_request:
16-
types:
17-
- opened
18-
- synchronize
19-
- reopened
15+
2016
jobs:
2117
build:
2218
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)