Now only commit tagged prefixed by release will trigger the release process
This commit is contained in:
parent
72271e8cae
commit
25fa736dff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -3,7 +3,7 @@ name: "Release (with Cachix)"
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
- "release-*"
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue