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: