We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae6d47 commit 9df789aCopy full SHA for 9df789a
.github/workflows/buildapp.yml
@@ -2,8 +2,8 @@ name: buildapp
2
3
on:
4
push:
5
- branches:
6
- - 'main'
+ tags:
+ - '*'
7
8
jobs:
9
build:
0 commit comments