Enable workflow_dispatch for release workflow

This commit is contained in:
Laurențiu Nicola 2021-12-15 13:54:06 +02:00
parent a862c596a5
commit ebaf7d39de

View File

@ -2,6 +2,8 @@ name: release
on:
schedule:
- cron: '0 0 * * *' # midnight UTC
workflow_dispatch:
push:
branches: