Only run from workflow dispatch

This commit is contained in:
Just Call Me Koko
2025-02-07 19:00:12 -05:00
parent 7827d64a7c
commit 038284c3be

View File

@@ -219,7 +219,7 @@ jobs:
name: Create Release
runs-on: ubuntu-latest
needs: [compile_sketch]
if: ${{ github.event_name != 'pull_request' }}
if: ${{ github.event_name == 'workflow_dispatch' }}
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4