Skip to content

Commit

Permalink
Disable circleci publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
danielemery committed May 25, 2023
1 parent f873bc0 commit 5cef2bc
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,22 +75,22 @@ workflows:
tags:
only: /.*/

- publish:
requires:
- build
filters:
tags:
only: /v([0-9])*.([0-9])*.([0-9])*-.*/
branches:
ignore: /.*/
context: danielemery-github
# - publish:
# requires:
# - build
# filters:
# tags:
# only: /v([0-9])*.([0-9])*.([0-9])*-.*/
# branches:
# ignore: /.*/
# context: danielemery-github

- publish-latest:
requires:
- build
filters:
tags:
only: /v([0-9])*.([0-9])*.([0-9])*/
branches:
ignore: /.*/
context: danielemery-github
# - publish-latest:
# requires:
# - build
# filters:
# tags:
# only: /v([0-9])*.([0-9])*.([0-9])*/
# branches:
# ignore: /.*/
# context: danielemery-github

0 comments on commit 5cef2bc

Please sign in to comment.