Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
7a8b87530c | |||
4094badb20 |
@ -25,12 +25,15 @@ workflows:
|
|||||||
version: 2
|
version: 2
|
||||||
test_and_publish:
|
test_and_publish:
|
||||||
jobs:
|
jobs:
|
||||||
- test
|
- test:
|
||||||
|
filters:
|
||||||
|
tags:
|
||||||
|
only: /.*/
|
||||||
- build_and_publish:
|
- build_and_publish:
|
||||||
requires:
|
requires:
|
||||||
- test
|
- test
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /^\d+\.\d+\.\d+$/
|
only: /.*/
|
||||||
branches:
|
branches:
|
||||||
ignore: /.*/
|
ignore: /.*/
|
||||||
|
Reference in New Issue
Block a user