Skip to content

Commit 4177674

Browse files
authored
Update release.yml
1 parent 8cdc126 commit 4177674

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
1-
# This is a basic workflow to help you get started with Actions
1+
name: Upload release
22

3-
name: CI
4-
5-
# Controls when the workflow will run
63
on:
7-
# Triggers the workflow on push or pull request events but only for the "main" branch
84
release:
9-
types: ["published"]
10-
11-
# Allows you to run this workflow manually from the Actions tab
12-
workflow_dispatch:
5+
types: [ "published" ]
136

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

0 commit comments

Comments
 (0)