diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index afc789541..02f30839e 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -19,6 +19,7 @@ jobs: run: bash -x ./tools/build_appimage.sh ${{ matrix.game.id }} ${{ matrix.game.name }} - name: Create continuous release uses: ncipollo/release-action@v1 + if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} with: allowUpdates: true artifacts: "*.AppImage*"