We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389e596 commit 7ac2887Copy full SHA for 7ac2887
.github/workflows/publish-deb.yml
@@ -3,7 +3,7 @@ name: Build and Publish DEB Package
3
on:
4
push:
5
tags:
6
- - "**"
+ - "apisix/*"
7
8
concurrency:
9
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }}
.github/workflows/publish.yml
@@ -3,7 +3,7 @@ name: Build and Publish RPM Package
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }}
0 commit comments