diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index d6bdc10..873eda3 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -1,6 +1,11 @@ -name: Gitea Actions Demo -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] +name: Build and push runner-custom image +run-name: ${{ gitea.actor }} is runs gitea-ci.yaml +on: + push: + branches: + - main + schedule: + - cron: '0 0 * * *' jobs: Explore-Gitea-Actions: