Skip to content

Commit

Permalink
allow release pipeline on 1.3.5 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sorsaffari committed Jul 20, 2020
1 parent 04f72d7 commit 208c50e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,33 +232,33 @@ workflows:
- assemble-linux:
filters:
branches:
only: 1.3.4
only: 1.3.5
requires:
- test-linux
- test-mac
- assemble-mac:
filters:
branches:
only: 1.3.4
only: 1.3.5
requires:
- test-linux
- test-mac
- assemble-windows:
filters:
branches:
only: 1.3.4
only: 1.3.5
- cache-distribution:
filters:
branches:
only: 1.3.4
only: 1.3.5
requires:
- assemble-linux
- assemble-mac
- assemble-windows
- release-approval:
filters:
branches:
only: 1.3.4
only: 1.3.5
requires:
- cache-distribution

Expand Down

0 comments on commit 208c50e

Please sign in to comment.