Skip to content

Commit

Permalink
fix: hotfix release process (#8)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6bbe7ab)
  • Loading branch information
ForbesLindesay committed Oct 29, 2021
1 parent 05812c8 commit 60fc8f9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@ workflows:
type: approval
filters:
branches:
ignore: main
ignore:
- main
- /hotfix\/.*/

- publish-canary-pr:
requires:
- publish-canary-approval
filters:
branches:
ignore: main
ignore:
- main
- /hotfix\/.*/
release:
jobs:
- publish-canary:
Expand All @@ -39,7 +43,7 @@ workflows:
- publish-canary:
filters:
branches:
only: hotfix/*
only: /hotfix\/.*/

- publish-approval:
type: approval
Expand All @@ -51,7 +55,7 @@ workflows:
- publish-approval
filters:
branches:
only: hotfix/*
only: /hotfix\/.*/

jobs:
publish-canary-pr:
Expand Down

0 comments on commit 60fc8f9

Please sign in to comment.