We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9beefc1 commit 28bc8fcCopy full SHA for 28bc8fc
.github/workflows/build.yml
@@ -5,6 +5,8 @@ on:
5
push:
6
branches:
7
- main
8
+ tags:
9
+ - '*'
10
workflow_dispatch:
11
schedule:
12
# Run at 00:00 UTC on the 1st, 10th, and 20th of every month
0 commit comments