We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cdc126 commit 4177674Copy full SHA for 4177674
1 file changed
.github/workflows/release.yml
@@ -1,15 +1,8 @@
1
-# This is a basic workflow to help you get started with Actions
+name: Upload release
2
3
-name: CI
4
-
5
-# Controls when the workflow will run
6
on:
7
- # Triggers the workflow on push or pull request events but only for the "main" branch
8
release:
9
- types: ["published"]
10
11
- # Allows you to run this workflow manually from the Actions tab
12
- workflow_dispatch:
+ types: [ "published" ]
13
14
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
15
jobs:
0 commit comments