Update python-app.yml

This commit is contained in:
Yonokid
2025-12-27 13:45:41 -05:00
parent 3a18a507c0
commit 327c48aa1a

View File

@@ -140,7 +140,7 @@ jobs:
release: release:
needs: build needs: build
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' && github.event_name == 'push' if: github.event_name == 'workflow_dispatch'
steps: steps:
- name: Download All Artifacts - name: Download All Artifacts
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4