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:
|
deployment:
|
||||||
artifacts:
|
artifacts:
|
||||||
branch: /.*/
|
branch: /^(?!master$).*$/
|
||||||
owner: zeit
|
owner: zeit
|
||||||
commands:
|
commands:
|
||||||
- yarn run dist -- -p 'never'
|
- yarn run dist -- -p 'never'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue