Enable workflows on release too
parent
5b05771bb3
commit
cf3685415a
|
@ -1,6 +1,8 @@
|
|||
name: "Deploy to Itch.io"
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [ created ]
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
name: "Deploy signed MacOS to Itch.io"
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [ created ]
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue