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