Skip to content

Commit 6c8a5e6

Browse files
committed
Run release workflow on tagged commits
1 parent a02d533 commit 6c8a5e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Release
22

33
on:
4-
workflow_dispatch:
5-
release:
6-
types: [ created ]
4+
push:
5+
tags:
6+
- 'v[0-9]+.[0-9]+.[0-9]+'
77

88
permissions:
99
contents: write

0 commit comments

Comments
 (0)