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