From 1052af045af5cffc6508d7356fb173e2fe6d1628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20SALVI?= Date: Sat, 21 Dec 2024 20:01:14 +0100 Subject: [PATCH] Action: build custom image --- .gitea/workflows/gitea-ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 6981cf0..cd11f96 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -1,6 +1,10 @@ name: Build and push runner-custom image run-name: ${{ gitea.actor }} is runs ci pipeline -on: [ push ] +on: + push: + branch: main + schedule: + - cron: '*/5 * * * *' jobs: publish: