mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-08-22 07:16:03 +00:00
Restrict release manifest uploads to tag pushes
This commit is contained in:
parent
1f59e814f9
commit
abb2671991
2
.github/workflows/source-manifest.yml
vendored
2
.github/workflows/source-manifest.yml
vendored
@ -98,7 +98,7 @@ jobs:
|
||||
path: SOURCE-MANIFEST.txt
|
||||
|
||||
- name: Attach to release
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user