mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-21 20:41:01 +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:
|
on:
|
||||||
create:
|
create:
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '[0-9].[0-9].[0-9]'
|
||||||
jobs:
|
jobs:
|
||||||
build-and-release:
|
build-and-release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue