mirror of https://github.com/Leinnan/rpack.git
Update itch.yml
This commit is contained in:
parent
792b3c66be
commit
0f63f9860b
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue