Enable workflows on release too
This commit is contained in:
parent
5b05771bb3
commit
cf3685415a
2 changed files with 4 additions and 0 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: "Deploy to Itch.io"
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [ created ]
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
|
2
.github/workflows/deploy_macos.yml
vendored
2
.github/workflows/deploy_macos.yml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: "Deploy signed MacOS to Itch.io"
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [ created ]
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue