mirror of https://github.com/Leinnan/rpack.git
Job cleanup
This commit is contained in:
parent
caad8a5eaa
commit
631b841c1c
|
|
@ -5,9 +5,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- master
|
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'README.md'
|
- "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:
|
||||||
|
|
@ -50,4 +49,3 @@ jobs:
|
||||||
itchGameId: rpack
|
itchGameId: rpack
|
||||||
buildChannel: wasm
|
buildChannel: wasm
|
||||||
butlerApiKey: ${{ secrets.butlerApi }}
|
butlerApiKey: ${{ secrets.butlerApi }}
|
||||||
|
|
||||||
|
|
@ -5,9 +5,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- master
|
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'README.md'
|
- "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