Now only commit tagged prefixed by release will trigger the release process

This commit is contained in:
Andrea Ciceri 2021-09-29 21:47:29 +02:00
parent 72271e8cae
commit 25fa736dff
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654

View file

@ -3,7 +3,7 @@ name: "Release (with Cachix)"
on: on:
push: push:
tags: tags:
- "v*" - "release-*"
jobs: jobs:
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest