mirror of
https://github.com/Eugeny/tabby
synced 2025-03-04 15:17:17 +00:00
publish to repo on tags only
This commit is contained in:
parent
a244362935
commit
efe0bad650
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -185,6 +185,7 @@ jobs:
|
|||
|
||||
- name: Upload packages to packagecloud.io
|
||||
uses: TykTechnologies/packagecloud-action@main
|
||||
if: github.repository == 'Eugeny/tabby' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
|
||||
env:
|
||||
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue