1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2024-04-29 14:27:22 +00:00

github workflows: only create release for stable releases

This commit is contained in:
Franzi 2023-02-28 15:41:11 +01:00
parent c9b01acb6e
commit 04a7a0e3a9
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -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