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
|
version: 2
|
||||||
build_and_release:
|
build_and_release:
|
||||||
jobs:
|
jobs:
|
||||||
- build
|
- build:
|
||||||
|
filters:
|
||||||
|
tags:
|
||||||
|
only: /.*/
|
||||||
- release:
|
- release:
|
||||||
requires:
|
requires:
|
||||||
- build
|
- build
|
||||||
|
|
Loading…
Reference in a new issue