allow workflow_dispatch on tag-monthly

This commit is contained in:
Casey Lee 2022-06-20 16:33:24 -07:00
parent b0ea7a9225
commit 8d74ac8166
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ name: tag-monthly
on: on:
schedule: schedule:
- cron: '0 2 1 * *' - cron: '0 2 1 * *'
workflow_dispatch: {}
env: env:
GO_VERSION: 1.18 GO_VERSION: 1.18