mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-07-09 21:37:30 +00:00
build: run ci on workflow dispatch
This commit is contained in:
@@ -3,6 +3,7 @@ name: ci
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 10 * * *' # everyday at 10am
|
- cron: '0 10 * * *' # everyday at 10am
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
|
|||||||
Reference in New Issue
Block a user