Added filter to build job in workflow
This commit is contained in:
parent
afa47a19e3
commit
4539a9243b
1 changed files with 4 additions and 1 deletions
|
@ -16,7 +16,10 @@ workflows:
|
|||
version: 2
|
||||
build_and_release:
|
||||
jobs:
|
||||
- build
|
||||
- build:
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
- release:
|
||||
requires:
|
||||
- build
|
||||
|
|
Loading…
Reference in a new issue