Skip to content

Commit

Permalink
set release as target branch (#161)
Browse files Browse the repository at this point in the history
Signed-off-by: Meredith Lancaster <[email protected]>
  • Loading branch information
malancas authored and codysoyland committed May 31, 2024
1 parent d560ef6 commit e12121e
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
push:
branches:
- main
- release-*
- release

permissions: read-all

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: CodeQL

on:
push:
branches: [ main ]
branches: [ release ]
schedule:
- cron: '45 10 * * 1'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/donotsubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Do Not Submit

on:
pull_request:
branches: [ 'main', 'release-*' ]
branches: [ 'main', 'release' ]

permissions: read-all

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind-cluster-image-policy-no-tuf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: Test policy-controller with ClusterImagePolicy TUF disabled

on:
pull_request:
branches: [ 'main', 'release-*' ]
branches: [ 'main', 'release' ]

defaults:
run:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: Test policy-controller with ClusterImagePolicy resync period

on:
pull_request:
branches: [ 'main', 'release-*' ]
branches: [ 'main', 'release' ]

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind-cluster-image-policy-trustroot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: Test policy-controller with TrustRoot - Bring your own keys

on:
pull_request:
branches: [ 'main', 'release-*' ]
branches: [ 'main', 'release' ]

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind-cluster-image-policy-tsa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: Test policy-controller with TSA

on:
pull_request:
branches: [ 'main', 'release-*' ]
branches: [ 'main', 'release' ]

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind-cluster-image-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: Test policy-controller with ClusterImagePolicy

on:
pull_request:
branches: [ 'main', 'release-*' ]
branches: [ 'main', 'release' ]

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind-e2e-cosigned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: Policy Controller KinD E2E

on:
pull_request:
branches: [ 'main', 'release-*' ]
branches: [ 'main', 'release' ]

permissions: read-all

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind-e2e-trustroot-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: TrustRoot CRD KinD E2E

on:
pull_request:
branches: [ 'main', 'release-*' ]
branches: [ 'main', 'release' ]

permissions: read-all

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/policy-tester-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: Verify examples using policy-tester
on:
workflow_dispatch:
push:
branches: ['main', 'release-*']
branches: ['main', 'release']
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Code Style

on:
pull_request:
branches: [ 'main', 'release-*' ]
branches: [ 'main', 'release' ]

permissions: read-all

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: CI-Tests
on:
workflow_dispatch:
push:
branches: ['main', 'release-*']
branches: ['main', 'release']
pull_request:

permissions: read-all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-codegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: Codegen
on:
workflow_dispatch:
push:
branches: ['main', 'release-*']
branches: ['main', 'release']
pull_request:

permissions: read-all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: API Docs Generator
on:
workflow_dispatch:
push:
branches: ['main', 'release-*']
branches: ['main', 'release']
pull_request:

permissions: read-all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/whitespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Whitespace

on:
pull_request:
branches: [ 'main', 'release-*' ]
branches: [ 'main', 'release' ]

permissions: read-all

Expand Down

0 comments on commit e12121e

Please sign in to comment.