Skip to content

Commit

Permalink
Merge pull request #10 from harshavardhanc/master
Browse files Browse the repository at this point in the history
Issue #00: build circleci only on tags
  • Loading branch information
amorphous-1 authored Jun 16, 2020
2 parents ca21954 + 4eae756 commit 7bc38f6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,15 @@ jobs:
else
echo "Nothing to publish!"
fi
workflows:
version: 2.1
build_and_test:
jobs:
- build
- build:
filters:
tags:
only: /release\-.*/
branches:
only: /nobuilds\.*/

0 comments on commit 7bc38f6

Please sign in to comment.