Skip to content

Commit d46d76b

Browse files
authored
Merge pull request #197 from jumpstarter-dev/enable-pr-on-pr-ci
ci: run PR workflows on top of any branch
2 parents 6639ac7 + b28c2bd commit d46d76b

6 files changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/build-images.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ on:
1010
- 'release-*'
1111
pull_request:
1212
types: [opened, synchronize, reopened, labeled]
13-
branches:
14-
- main
15-
- 'release-*'
1613
merge_group:
1714

1815
env:

.github/workflows/controller-bundle.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Check Bundle
22

33
on:
44
pull_request:
5-
branches:
6-
- main
7-
- 'release-*'
85
paths:
96
- 'controller/**'
107

.github/workflows/controller-kind.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: Kind based CI
33
on:
44
workflow_dispatch:
55
pull_request:
6-
branches:
7-
- main
8-
- 'release-*'
96
paths:
107
- 'controller/**'
118

.github/workflows/controller-tests.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: Controller Unit/Functional tests
33
on:
44
workflow_dispatch:
55
pull_request:
6-
branches:
7-
- main
8-
- 'release-*'
96
paths:
107
- 'controller/**'
118
- 'protocol/**'

.github/workflows/e2e.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: End-to-end tests
33
on:
44
workflow_dispatch:
55
pull_request:
6-
branches:
7-
- main
8-
- 'release-*'
96
merge_group:
107

118
permissions:

.github/workflows/lint.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
- main
88
- 'release-*'
99
pull_request:
10-
branches:
11-
- main
12-
- 'release-*'
1310
merge_group:
1411

1512
permissions:

0 commit comments

Comments
 (0)