Update config.yml
parent
b23fd5b4e6
commit
c74ef27fa2
|
@ -32,7 +32,10 @@ workflows:
|
||||||
version: 2
|
version: 2
|
||||||
test_and_deploy:
|
test_and_deploy:
|
||||||
jobs:
|
jobs:
|
||||||
- test
|
- test:
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only: /.*/
|
||||||
- deploy:
|
- deploy:
|
||||||
requires:
|
requires:
|
||||||
- test
|
- test
|
||||||
|
|
Loading…
Reference in New Issue