parent
c190db38d3
commit
d49cdf2ae0
|
@ -2,7 +2,10 @@ workflows:
|
|||
version: 2
|
||||
main:
|
||||
jobs:
|
||||
- build
|
||||
- build:
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
- deploy-nightly:
|
||||
requires:
|
||||
- build
|
||||
|
|
Loading…
Reference in New Issue