Allow publish workflow to be manually dispatched.

Will help in situations where we need to push a hotfix so people can continue playing the game normally.
This commit is contained in:
Vera Aguilera Puerto
2022-04-03 13:29:45 +02:00
parent 8924f1d53e
commit e1eea793ea

View File

@@ -4,6 +4,7 @@ concurrency:
group: publish
on:
workflow_dispatch:
schedule:
- cron: '0 10 * * *'