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