Skip to content

Commit 6a53cd4

Browse files
authored
Create pre release only on beta tag
1 parent d6263c0 commit 6a53cd4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/prerelease.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Pre Release
22

33
on:
4-
[push]
4+
push:
5+
# Sequence of patterns matched against refs/tags
6+
tags:
7+
- 'v*-beta' # Push events to matching v*, i.e. v1.0, v20.15.10
58
jobs:
69
build:
710

0 commit comments

Comments
 (0)