diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index d7d5757..2cce176 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,6 +1,11 @@ name: Build Action run-name: Test is testing out Gitea Actions 🚀 -on: [push] +on: + schedule: + - cron: * * * * * + push: + branches: + - main jobs: Run-Build: