1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2024-05-16 21:42:34 +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: 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