We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad45e4 commit 0edad46Copy full SHA for 0edad46
.github/workflows/release.yml
@@ -1,9 +1,8 @@
1
name: "Build and push artifacts"
2
on:
3
push:
4
- pull_request:
5
- schedule:
6
- - cron: '0 0 * * 0'
+ tags:
+ - '*'
7
8
jobs:
9
build:
0 commit comments