Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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