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.
|
# By default, runs if you push to master. keeps your deployed app in sync with master branch.
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
branches:
|
# push:
|
||||||
- main
|
# branches:
|
||||||
paths-ignore:
|
# - main
|
||||||
- "README.md"
|
# paths-ignore:
|
||||||
|
# - "README.md"
|
||||||
# to only run when you do a new github release, comment out above part and uncomment the below trigger.
|
# to only run when you do a new github release, comment out above part and uncomment the below trigger.
|
||||||
# on:
|
# on:
|
||||||
# release:
|
# release:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue