Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit e12121e

Browse files
malancascodysoyland
authored andcommitted
set release as target branch (#161)
Signed-off-by: Meredith Lancaster <malancas@github.com>
1 parent d560ef6 commit e12121e

16 files changed

Lines changed: 16 additions & 16 deletions

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
push:
2020
branches:
2121
- main
22-
- release-*
22+
- release
2323

2424
permissions: read-all
2525

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name: CodeQL
1717

1818
on:
1919
push:
20-
branches: [ main ]
20+
branches: [ release ]
2121
schedule:
2222
- cron: '45 10 * * 1'
2323

.github/workflows/donotsubmit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Do Not Submit
22

33
on:
44
pull_request:
5-
branches: [ 'main', 'release-*' ]
5+
branches: [ 'main', 'release' ]
66

77
permissions: read-all
88

.github/workflows/kind-cluster-image-policy-no-tuf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: Test policy-controller with ClusterImagePolicy TUF disabled
1616

1717
on:
1818
pull_request:
19-
branches: [ 'main', 'release-*' ]
19+
branches: [ 'main', 'release' ]
2020

2121
defaults:
2222
run:

.github/workflows/kind-cluster-image-policy-resync-period.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: Test policy-controller with ClusterImagePolicy resync period
1616

1717
on:
1818
pull_request:
19-
branches: [ 'main', 'release-*' ]
19+
branches: [ 'main', 'release' ]
2020

2121
defaults:
2222
run:

.github/workflows/kind-cluster-image-policy-trustroot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: Test policy-controller with TrustRoot - Bring your own keys
1616

1717
on:
1818
pull_request:
19-
branches: [ 'main', 'release-*' ]
19+
branches: [ 'main', 'release' ]
2020

2121
defaults:
2222
run:

.github/workflows/kind-cluster-image-policy-tsa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: Test policy-controller with TSA
1616

1717
on:
1818
pull_request:
19-
branches: [ 'main', 'release-*' ]
19+
branches: [ 'main', 'release' ]
2020

2121
defaults:
2222
run:

.github/workflows/kind-cluster-image-policy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: Test policy-controller with ClusterImagePolicy
1616

1717
on:
1818
pull_request:
19-
branches: [ 'main', 'release-*' ]
19+
branches: [ 'main', 'release' ]
2020

2121
defaults:
2222
run:

.github/workflows/kind-e2e-cosigned.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: Policy Controller KinD E2E
1616

1717
on:
1818
pull_request:
19-
branches: [ 'main', 'release-*' ]
19+
branches: [ 'main', 'release' ]
2020

2121
permissions: read-all
2222

.github/workflows/kind-e2e-trustroot-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: TrustRoot CRD KinD E2E
1616

1717
on:
1818
pull_request:
19-
branches: [ 'main', 'release-*' ]
19+
branches: [ 'main', 'release' ]
2020

2121
permissions: read-all
2222

0 commit comments

Comments
 (0)