mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-01 00:45:49 +00:00
github workflows: only create release for stable releases
This commit is contained in:
parent
c9b01acb6e
commit
04a7a0e3a9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-on-tag.yml
vendored
2
.github/workflows/release-on-tag.yml
vendored
|
@ -2,7 +2,7 @@ name: Create release when creating a tag
|
|||
on:
|
||||
create:
|
||||
tags:
|
||||
- '*'
|
||||
- '[0-9].[0-9].[0-9]'
|
||||
jobs:
|
||||
build-and-release:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue