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