Testing the workflow by enabling on push (Gitea has no manual workflow trigger yet)
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
name: Check docker image
|
name: Check docker image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'main'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 6 * * *'
|
- cron: '0 6 * * *'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user