Public Access
1
0
mirror of https://github.com/docker/login-action.git synced 2026-01-27 14:43:05 +03:00

Add workflow_dispatch event

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2020-10-28 17:03:15 +01:00
parent 767b2f4b7b
commit 1f68ce02d7

View File

@@ -1,6 +1,7 @@
name: ci
on:
workflow_dispatch:
schedule:
- cron: '0 10 * * *' # everyday at 10am
push: