generated from MrSphay/codex-agent-repository-kit
This commit is contained in:
@@ -59,7 +59,7 @@ jobs:
|
||||
path: dist/MrTrust-${{ env.MRTRUST_VERSION }}.zip
|
||||
|
||||
- name: Attach ZIP to Gitea release
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch'
|
||||
shell: bash
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user