Skip to content

Commit

Permalink
Rename CI workflow and ignore master
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Aloisio committed Apr 3, 2019
1 parent bba5406 commit 3394704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${CIRCLE_TAG} workspace/release/
workflows:
version: 2
build_and_manually_release:
build_and_release:
jobs:
- build:
filters:
Expand All @@ -75,6 +75,6 @@ workflows:
tags:
only: /.*/
branches:
ignore: /.*/
ignore: /master/
requires:
- build

0 comments on commit 3394704

Please sign in to comment.