Skip to content

Commit 277d737

Browse files
committed
Use create event to ensure tag exists for releases
1 parent 61e78f0 commit 277d737

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: build
2-
on:
3-
push:
4-
branches: [ releases/2.x ]
5-
tags: [ 'v*' ]
2+
on: [ push, create ]
63

74
jobs:
85
build:

0 commit comments

Comments
 (0)