1
0
Fork 0
mirror of https://github.com/docker/setup-buildx-action.git synced 2025-03-19 22:50:06 +01:00

ci: add workflow_dispatch event

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2025-03-18 15:38:18 +01:00
parent afeb29a6e0
commit 311b62b254
No known key found for this signature in database
GPG key ID: ADE44D8C9D44FBE4

View file

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