Update itch.yml

This commit is contained in:
Piotr Siuszko 2025-09-28 18:12:14 +02:00
parent 792b3c66be
commit 0f63f9860b
1 changed files with 6 additions and 5 deletions

View File

@ -2,11 +2,12 @@ name: itch.io Build
# By default, runs if you push to master. keeps your deployed app in sync with master branch.
on:
push:
branches:
- main
paths-ignore:
- "README.md"
workflow_dispatch:
# push:
# branches:
# - main
# paths-ignore:
# - "README.md"
# to only run when you do a new github release, comment out above part and uncomment the below trigger.
# on:
# release: