1
0
mirror of https://github.com/docker/setup-buildx-action.git synced 2025-10-23 08:56:05 +08:00

Merge pull request #413 from crazy-max/ci-dispatch

ci: add workflow_dispatch event
This commit is contained in:
CrazyMax
2025-03-28 10:00:25 +01:00
committed by GitHub

View File

@@ -5,6 +5,7 @@ concurrency:
cancel-in-progress: true
on:
workflow_dispatch:
schedule:
- cron: '0 10 * * *'
push: