From fefc050e979030dd10dabc29ce31c4520e0d9785 Mon Sep 17 00:00:00 2001 From: Crovaxon Date: Fri, 21 Jun 2024 01:28:40 +0200 Subject: [PATCH] Testing the workflow by enabling on push (Gitea has no manual workflow trigger yet) --- .gitea/workflows/check-docker-image.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/check-docker-image.yaml b/.gitea/workflows/check-docker-image.yaml index bc0db1f..59d9974 100644 --- a/.gitea/workflows/check-docker-image.yaml +++ b/.gitea/workflows/check-docker-image.yaml @@ -1,6 +1,9 @@ name: Check docker image on: + push: + branches: + - 'main' schedule: - cron: '0 6 * * *'