only deploy on master pushes

This commit is contained in:
Tim Felgentreff 2023-01-15 08:38:39 +01:00
parent d7f557c730
commit 6a4a19570e

View file

@ -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*"