Don't publish new homebrew releases for RC builds

This commit is contained in:
Ian Davis 2022-09-21 12:20:26 -04:00
parent 98ff8c477e
commit f5048ec61c
2 changed files with 10 additions and 4 deletions

View File

@ -1114,12 +1114,15 @@ workflows:
- /.*/
tags:
only:
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
- /^v\d+\.\d+\.\d+$/
- build-macos:
filters:
branches:
only:
- /^release\/v\d+\.\d+\.\d+(-rc\d+)?$/
tags:
only:
- /^v\d+\.\d+\.\d+-rc\d+$/
- build-appimage:
filters:
branches:
@ -1250,4 +1253,4 @@ workflows:
only:
- master
jobs:
- publish-packer-snap
- publish-packer-snap

View File

@ -854,12 +854,15 @@ workflows:
- /.*/
tags:
only:
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
- /^v\d+\.\d+\.\d+$/
- build-macos:
filters:
branches:
only:
- /^release\/v\d+\.\d+\.\d+(-rc\d+)?$/
tags:
only:
- /^v\d+\.\d+\.\d+-rc\d+$/
- build-appimage:
filters:
branches:
@ -990,4 +993,4 @@ workflows:
only:
- master
jobs:
- publish-packer-snap
- publish-packer-snap