mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 01:31:39 -05:00
Update CircleCI config
This commit is contained in:
parent
a616c1568e
commit
193f251e39
1 changed files with 3 additions and 2 deletions
|
|
@ -112,10 +112,11 @@ workflows:
|
||||||
- test
|
- test
|
||||||
- build-and-push:
|
- build-and-push:
|
||||||
requires:
|
requires:
|
||||||
- test # Ensures build happens only if tests pass
|
- test
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
tags:
|
tags:
|
||||||
only: /^v.*/ # Run only on version tags
|
only:
|
||||||
|
- /^\d+\.\d+\.\d+$/ # Matches tags like 0.23.6
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue