Merge pull request #7455 from filecoin-project/restore-macos-filters

restore filters for the build-macos job
This commit is contained in:
Jiaying Wang
2021-10-06 21:18:24 -04:00
committed by GitHub
2 changed files with 16 additions and 2 deletions
+8 -1
View File
@@ -962,7 +962,14 @@ workflows:
only:
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
- build-lotus-soup
- build-macos
- build-macos:
filters:
branches:
ignore:
- /.*/
tags:
only:
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
- build-appimage:
filters:
branches:
+8 -1
View File
@@ -812,7 +812,14 @@ workflows:
only:
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
- build-lotus-soup
- build-macos
- build-macos:
filters:
branches:
ignore:
- /.*/
tags:
only:
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
- build-appimage:
filters:
branches: