We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877e68d commit 03d6ef4Copy full SHA for 03d6ef4
.github/workflows/publish-nginx.yml
@@ -4,6 +4,8 @@ on: # yamllint disable-line rule:truthy
4
push:
5
tags:
6
- v*
7
+ branches:
8
+ - feat/nginx-config-as-artifact
9
10
concurrency:
11
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments