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 981577c commit 8aab791Copy full SHA for 8aab791
.github/workflows/assets-artifacts.yml
@@ -1,8 +1,9 @@
1
name: Assets Artifacts
2
3
on:
4
- create:
5
- types: [tag]
+ push:
+ tags:
6
+ - '*'
7
8
jobs:
9
build:
0 commit comments