mirror of
https://github.com/timvisee/send.git
synced 2026-03-05 13:39:54 -05:00
ignore all branch pushes for stage builds
This commit is contained in:
@@ -76,10 +76,14 @@ workflows:
|
||||
jobs:
|
||||
- build:
|
||||
filters:
|
||||
branches:
|
||||
ignore: /.*/
|
||||
tags:
|
||||
only: /^v.*/
|
||||
- test:
|
||||
filters:
|
||||
branches:
|
||||
ignore: /.*/
|
||||
tags:
|
||||
only: /^v.*/
|
||||
- deploy_stage:
|
||||
@@ -87,5 +91,7 @@ workflows:
|
||||
- build
|
||||
- test
|
||||
filters:
|
||||
branches:
|
||||
ignore: /.*/
|
||||
tags:
|
||||
only: /^v.*/
|
||||
Reference in New Issue
Block a user