trigger manually & run everyday

This commit is contained in:
ngxson
2023-05-19 11:03:21 +02:00
parent a4b474bde3
commit 51c1d97e22

View File

@@ -4,6 +4,9 @@ on:
push:
branches:
- test_ci
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
build-and-push: