We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da4274 commit 3c30e31Copy full SHA for 3c30e31
1 file changed
.github/workflows/publish.yaml
@@ -2,14 +2,11 @@ name: publish
2
3
on:
4
push:
5
- branches:
6
- - 'master'
+ tags:
+ - '*'
7
8
jobs:
9
build:
10
- concurrency:
11
- group: ${{ github.ref }}
12
- cancel-in-progress: true
13
14
permissions:
15
packages: write
@@ -55,4 +52,4 @@ jobs:
55
52
faas-cli publish
56
53
--extra-tag ${{ github.sha }}
57
54
--platforms linux/amd64
58
- -f stack-amd64.yml
+ -f stack-amd64.yml
0 commit comments