Fix tag release
This commit is contained in:
parent
4094badb20
commit
7a8b87530c
@ -25,7 +25,10 @@ workflows:
|
||||
version: 2
|
||||
test_and_publish:
|
||||
jobs:
|
||||
- test
|
||||
- test:
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
- build_and_publish:
|
||||
requires:
|
||||
- test
|
||||
@ -33,4 +36,4 @@ workflows:
|
||||
tags:
|
||||
only: /.*/
|
||||
branches:
|
||||
ignore: /.*/
|
||||
ignore: /.*/
|
||||
|
Loading…
Reference in New Issue
Block a user