Skip to content

Commit

Permalink
test: Run E2E and CI on staging branches (#6119)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis authored Apr 29, 2024
1 parent 7859c56 commit 7b51ac1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- 'main'
- 'release-v*'
- 'staging/*'
pull_request:
workflow_dispatch:
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- 'main'
- 'release-v*'
- 'staging/*'
pull_request:
workflow_dispatch:
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- 'main'
- 'release-v*'
- 'staging/*'
pull_request:
schedule:
- cron: '0 12 * * *'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dryrun-gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- 'main'
- 'release-v*'
- 'staging/*'
jobs:
dryrun-gen:
permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-matrix-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- 'main'
- 'release-v*'
- 'staging/*'
workflow_run:
workflows:
- ApprovalComment
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- 'main'
- 'release-v*'
- 'staging/*'
jobs:
snapshot:
permissions:
Expand Down

0 comments on commit 7b51ac1

Please sign in to comment.