mirror of
https://github.com/jimeh/casecmp.git
synced 2026-02-19 10:26:40 +00:00
Update circleci config to have two separate workflows
This commit is contained in:
@@ -44,12 +44,22 @@ jobs:
|
|||||||
command: goreleaser
|
command: goreleaser
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
|
build:
|
||||||
|
jobs:
|
||||||
|
- build:
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only: /.*/
|
||||||
|
tags:
|
||||||
|
ignore: /^[0-9]+(\.[0-9]+)*/
|
||||||
build-and-release:
|
build-and-release:
|
||||||
jobs:
|
jobs:
|
||||||
- build:
|
- build:
|
||||||
filters:
|
filters:
|
||||||
|
branches:
|
||||||
|
ignore: /.*/
|
||||||
tags:
|
tags:
|
||||||
only: /.*/
|
only: /^[0-9]+(\.[0-9]+)*/
|
||||||
- release:
|
- release:
|
||||||
requires:
|
requires:
|
||||||
- build
|
- build
|
||||||
|
|||||||
Reference in New Issue
Block a user