We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a1629 commit 2ac0bd4Copy full SHA for 2ac0bd4
.github/workflows/release.yml
@@ -1,8 +1,11 @@
1
name: Release Assets
2
3
on:
4
+ # Run workflow upon creation of a new release
5
release:
6
types: [created]
7
+ # Allows you to run this workflow manually from the Actions tab
8
+ workflow_dispatch:
9
10
jobs:
11
compress:
0 commit comments