1
0
Fork 0
mirror of https://github.com/docker/setup-buildx-action.git synced 2025-04-02 14:33:12 +00:00

Merge pull request 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
commit 941183f0a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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