Skip to content

Commit

Permalink
fix(ci): add tag 'apisix-runtime' (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
zll600 authored Mar 5, 2024
1 parent 389e596 commit 7ac2887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Publish DEB Package
on:
push:
tags:
- "**"
- "apisix/*"

concurrency:
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Publish RPM Package
on:
push:
tags:
- "**"
- "apisix/*"

concurrency:
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }}
Expand Down

0 comments on commit 7ac2887

Please sign in to comment.