Skip to content

Commit 2ac0bd4

Browse files
authored
Update release.yml
1 parent 46a1629 commit 2ac0bd4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: Release Assets
22

33
on:
4+
# Run workflow upon creation of a new release
45
release:
56
types: [created]
7+
# Allows you to run this workflow manually from the Actions tab
8+
workflow_dispatch:
69

710
jobs:
811
compress:

0 commit comments

Comments
 (0)