mirror of https://github.com/status-im/reagent.git
Add tag filter for test job to enable tag builds
This commit is contained in:
parent
33cc4e7a80
commit
972c3e2c5d
|
@ -55,7 +55,10 @@ workflows:
|
|||
version: 2
|
||||
test-and-update-site:
|
||||
jobs:
|
||||
- test
|
||||
- test:
|
||||
filters:
|
||||
tags:
|
||||
only: /v.*/
|
||||
- update-site:
|
||||
requires:
|
||||
- test
|
||||
|
|
Loading…
Reference in New Issue