Skip to content

Commit

Permalink
Only build release tags as releases
Browse files Browse the repository at this point in the history
  • Loading branch information
hatstand committed Apr 11, 2020
1 parent ca6f42f commit 176b1d6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -733,53 +733,53 @@ workflows:
- build_eoan_64:
filters:
tags:
only: /.*/
only: /\d+\.\d+\.\d+(rc\d+)?$/
- build_eoan_32:
filters:
tags:
only: /.*/
only: /\d+\.\d+\.\d+(rc\d+)?$/
- build_bionic_64:
filters:
tags:
only: /.*/
only: /\d+\.\d+\.\d+(rc\d+)?$/
- build_bionic_32:
filters:
tags:
only: /.*/
only: /\d+\.\d+\.\d+(rc\d+)?$/
- build_buster_64:
filters:
tags:
only: /.*/
only: /\d+\.\d+\.\d+(rc\d+)?$/
- build_stretch_64:
filters:
tags:
only: /.*/
only: /\d+\.\d+\.\d+(rc\d+)?$/
- build_fedora_30_64:
filters:
tags:
only: /.*/
only: /\d+\.\d+\.\d+(rc\d+)?$/
- build_fedora_31_64:
filters:
tags:
only: /.*/
only: /\d+\.\d+\.\d+(rc\d+)?$/
- build_mingw:
filters:
tags:
only: /.*/
only: /\d+\.\d+\.\d+(rc\d+)?$/
- build_mac:
filters:
branches:
only: master
tags:
only: /.*/
only: /\d+\.\d+\.\d+(rc\d+)?$/
- build_source_tarball:
filters:
tags:
only: /.*/
only: /\d+\.\d+\.\d+(rc\d+)?$/
- create_release:
filters:
tags:
only: /.*/
only: /\d+\.\d+\.\d+(rc\d+)?$/
branches:
ignore: /.*/
context: github
Expand Down

0 comments on commit 176b1d6

Please sign in to comment.