Skip to content

Commit af217e4

Browse files
malancascodysoyland
authored andcommitted
set release as target branch (#161)
Signed-off-by: Meredith Lancaster <[email protected]>
1 parent 9a73a67 commit af217e4

16 files changed

+16
-16
lines changed

Diff for: .github/workflows/build.yaml

+1-1
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

Diff for: .github/workflows/codeql-analysis.yml

+1-1
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

Diff for: .github/workflows/donotsubmit.yaml

+1-1
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

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

+1-1
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:

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

+1-1
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:

Diff for: .github/workflows/kind-cluster-image-policy-trustroot.yaml

+1-1
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:

Diff for: .github/workflows/kind-cluster-image-policy-tsa.yaml

+1-1
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:

Diff for: .github/workflows/kind-cluster-image-policy.yaml

+1-1
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:

Diff for: .github/workflows/kind-e2e-cosigned.yaml

+1-1
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

Diff for: .github/workflows/kind-e2e-trustroot-crd.yaml

+1-1
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

Diff for: .github/workflows/policy-tester-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name: Verify examples using policy-tester
1818
on:
1919
workflow_dispatch:
2020
push:
21-
branches: ['main', 'release-*']
21+
branches: ['main', 'release']
2222
pull_request:
2323

2424
jobs:

Diff for: .github/workflows/style.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Code Style
22

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

77
permissions: read-all
88

Diff for: .github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name: CI-Tests
1717
on:
1818
workflow_dispatch:
1919
push:
20-
branches: ['main', 'release-*']
20+
branches: ['main', 'release']
2121
pull_request:
2222

2323
permissions: read-all

Diff for: .github/workflows/verify-codegen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name: Codegen
1818
on:
1919
workflow_dispatch:
2020
push:
21-
branches: ['main', 'release-*']
21+
branches: ['main', 'release']
2222
pull_request:
2323

2424
permissions: read-all

Diff for: .github/workflows/verify-docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name: API Docs Generator
1818
on:
1919
workflow_dispatch:
2020
push:
21-
branches: ['main', 'release-*']
21+
branches: ['main', 'release']
2222
pull_request:
2323

2424
permissions: read-all

Diff for: .github/workflows/whitespace.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Whitespace
22

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

77
permissions: read-all
88

0 commit comments

Comments
 (0)