Added filter to build job in workflow

This commit is contained in:
Peter 2019-04-20 00:47:01 +02:00
parent afa47a19e3
commit 4539a9243b
Signed by: prskr
GPG key ID: C1DB5D2E8DB512F9

View file

@ -16,7 +16,10 @@ workflows:
version: 2
build_and_release:
jobs:
- build
- build:
filters:
tags:
only: /.*/
- release:
requires:
- build