Skip to content

Commit 82eec8e

Browse files
committed
v5.0.0
1 parent 1dff1ae commit 82eec8e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: CD
33
# Controls when the action will run. Triggers the workflow on push
44
# events but only for the master branch
55
on:
6-
# create:
7-
# tags:
8-
# - v*
9-
push:
10-
branches: [ master ]
6+
create:
7+
tags:
8+
- v*
9+
# push:
10+
# branches: [ master ]
1111

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

0 commit comments

Comments
 (0)