We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19af2ba commit 1cece52Copy full SHA for 1cece52
.github/workflows/release.yml
@@ -6,7 +6,9 @@ name: CI
6
on:
7
# Triggers the workflow on push or pull request events but only for the master branch
8
release:
9
- types: [prereleased, released]
+ types:
10
+ - prereleased
11
+ - released
12
# Allows you to run this workflow manually from the Actions tab
13
workflow_dispatch:
14
0 commit comments