CircleCI fix (#2017)

* Fix branches for CircleCI

* Remove nightly
This commit is contained in:
Devin Binnie
2022-03-10 15:57:38 -05:00
committed by GitHub
parent 5f4774e22e
commit 2a88821484

View File

@@ -491,6 +491,7 @@ workflows:
branches:
ignore:
- /^build-pr-.*/
- nightly
- begin-notification:
context: desktop-notify
filters:
@@ -507,6 +508,7 @@ workflows:
branches:
ignore:
- /^build-pr-.*/
- nightly
- build-win-no-installer:
requires:
@@ -516,6 +518,7 @@ workflows:
ignore:
- /^release-\d+(\.\d+){1,2}(-rc.*)?/
- /^build-pr-.*/
- nightly
- build-mac-no-dmg:
requires:
@@ -525,6 +528,7 @@ workflows:
ignore:
- /^release-\d+(\.\d+){1,2}(-rc.*)?/
- /^build-pr-.*/
- nightly
- msi_installer:
requires:
@@ -542,10 +546,10 @@ workflows:
requires:
- check
context: codesign-certificates
# filters:
# branches:
# only:
# - /^release-\d+(\.\d+){1,2}(-rc.*)?/
filters:
branches:
only:
- /^release-\d+(\.\d+){1,2}(-rc.*)?/
- store_artifacts:
# for master/PR builds
@@ -559,6 +563,7 @@ workflows:
ignore:
- /^release-\d+(\.\d+){1,2}(-rc.*)?/
- /^build-pr-.*/
- nightly
- upload_to_s3:
# for release builds