Skip to content

Commit

Permalink
run only release jobs on tag creation
Browse files Browse the repository at this point in the history
  • Loading branch information
kenfdev committed Jul 20, 2020
1 parent f70f6cc commit 70ef952
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Expand Up @@ -76,9 +76,8 @@ workflows:
- build
- test
filters: *filter-only-master
build-and-deploy-release:
jobs:
- remo-docker-release:
requires:
- build
- test
filters: *filter-only-release

0 comments on commit 70ef952

Please sign in to comment.