Skip to content

Commit 471805f

Browse files
committed
run when creating a tag
1 parent b953337 commit 471805f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ name: release
55
# Controls when the workflow will run
66
on:
77
# Allows you to run this workflow manually from the Actions tab
8-
workflow_dispatch:
8+
#workflow_dispatch:
99

10-
#push:
11-
# tags:
12-
# - '*'
10+
push:
11+
tags:
12+
- '*'
1313

1414
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1515
jobs:

0 commit comments

Comments
 (0)