Skip to content

Commit

Permalink
trying to figure out workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed May 10, 2018
1 parent 8eea123 commit 5c3bb14
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,16 @@ workflows:
build-commit:
jobs:
- build:
filters:
branches:
ignore: gh-pages
tags:
ignore: /.*/
filters:
branches:
ignore: gh-pages
tags:
ignore: /.*/
release-from-tag:
jobs:
- release:
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

0 comments on commit 5c3bb14

Please sign in to comment.