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
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
schedule:
|
||||
- cron: '0 6 * * *'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user