only deploy on master pushes
This commit is contained in:
parent
d7f557c730
commit
6a4a19570e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/appimage.yml
vendored
1
.github/workflows/appimage.yml
vendored
|
@ -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*"
|
||||
|
|
Loading…
Reference in a new issue