Skip to content

Commit 74d484c

Browse files
committed
Limit publishing to fork tags
1 parent 40e391c commit 74d484c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Deploy
33
on:
44
push:
55
tags:
6-
- v*
6+
- 'v[0-9]*'
7+
- '!v2[0-9].*'
78
jobs:
89
build:
910

0 commit comments

Comments
 (0)