Restrict release manifest uploads to tag pushes

This commit is contained in:
vekovius 2026-08-05 12:44:36 -05:00
parent 1f59e814f9
commit abb2671991

View File

@ -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: |