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
|
||||
workflows:
|
||||
version: 2
|
||||
build:
|
||||
jobs:
|
||||
- build:
|
||||
filters:
|
||||
branches:
|
||||
only: /.*/
|
||||
tags:
|
||||
ignore: /^[0-9]+(\.[0-9]+)*/
|
||||
build-and-release:
|
||||
jobs:
|
||||
- build:
|
||||
filters:
|
||||
branches:
|
||||
ignore: /.*/
|
||||
tags:
|
||||
only: /.*/
|
||||
only: /^[0-9]+(\.[0-9]+)*/
|
||||
- release:
|
||||
requires:
|
||||
- build
|
||||
|
||||
Reference in New Issue
Block a user