Skip to content

Commit 6d9e2aa

Browse files
committed
allow also tags
1 parent 279b3b6 commit 6d9e2aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ env:
99

1010
on:
1111
workflow_dispatch:
12+
push:
13+
tags:
14+
- '*'
1215

1316
jobs:
1417
build:

0 commit comments

Comments
 (0)