mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Don't build on master, except for releases (#2132)
This commit is contained in:
parent
affa50343e
commit
f9624cc3ab
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ test:
|
|||
|
||||
deployment:
|
||||
artifacts:
|
||||
branch: /.*/
|
||||
branch: /^(?!master$).*$/
|
||||
owner: zeit
|
||||
commands:
|
||||
- yarn run dist -- -p 'never'
|
||||
|
|
|
|||
Loading…
Reference in a new issue