Skip to content

Commit 1cece52

Browse files
authored
Update release.yml
1 parent 19af2ba commit 1cece52

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ name: CI
66
on:
77
# Triggers the workflow on push or pull request events but only for the master branch
88
release:
9-
types: [prereleased, released]
9+
types:
10+
- prereleased
11+
- released
1012
# Allows you to run this workflow manually from the Actions tab
1113
workflow_dispatch:
1214

0 commit comments

Comments
 (0)