Skip to content

Commit

Permalink
chore: Merge pull request #5193 from snyk/fix/CLI-287_release_steps
Browse files Browse the repository at this point in the history
fix(ci): add deployment steps to release branches
  • Loading branch information
PeterSchafer authored Apr 22, 2024
2 parents 6cb942c + ab00867 commit a146b0f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,7 @@ workflows:
branches:
only:
- main
- '/release.*/'
- '/.*e2e.*/'

- sign:
Expand All @@ -631,6 +632,7 @@ workflows:
branches:
only:
- main
- '/release.*/'
- '/.*e2e.*/'

- sign:
Expand All @@ -646,6 +648,7 @@ workflows:
branches:
only:
- main
- '/release.*/'
- '/.*e2e.*/'

- create_deployment_artifacts:
Expand All @@ -663,6 +666,7 @@ workflows:
branches:
only:
- main
- '/release.*/'
- '/.*e2e.*/'

- should-release:
Expand All @@ -674,6 +678,7 @@ workflows:
branches:
only:
- main
- '/release.*/'
- '/.*e2e.*/'

- pre-release:
Expand All @@ -685,6 +690,7 @@ workflows:
branches:
only:
- main
- '/release.*/'
- '/.*e2e.*/'

- npm-validation:
Expand All @@ -702,6 +708,7 @@ workflows:
branches:
only:
- main
- '/release.*/'
- '/.*e2e.*/'

- test-release:
Expand Down Expand Up @@ -730,6 +737,7 @@ workflows:
branches:
only:
- main
- '/release.*/'
- '/.*e2e.*/'

- test-release:
Expand All @@ -745,6 +753,7 @@ workflows:
branches:
only:
- main
- '/release.*/'
- '/.*e2e.*/'

- test-release:
Expand Down

0 comments on commit a146b0f

Please sign in to comment.