Skip to content

Commit

Permalink
fix(CI): enable other jobs on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingwersaft committed Mar 9, 2020
1 parent 4103f03 commit a327ca9
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,28 @@ workflows:
version: 2
all:
jobs:
- build
- build:
filters:
tags:
only: /.*/
- integration-token:
requires:
- build
filters:
tags:
only: /.*/
- integration-tokenfile:
requires:
- build
filters:
tags:
only: /.*/
- publish-plugin:
requires:
- integration-token
- integration-tokenfile
filters:
tags:
only: /.*/
only: /.*/
branches:
ignore: /.*/

0 comments on commit a327ca9

Please sign in to comment.