Skip to content

Commit fe6a976

Browse files
authored
ci: release workflow should run only for semver tags and avoid early-access ones (#111)
Signed-off-by: Tomer Figenblat <tfigenbl@redhat.com>
1 parent 16925d1 commit fe6a976

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Generate changelog and plugin archive for new release
22
on:
33
push:
44
tags:
5-
- '*'
5+
- "[0-9]+.[0-9]+.[0-9]+"
66
jobs:
77
build:
88
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)