diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index ea7e138..6063381 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -5,7 +5,8 @@ on: branches: - main schedule: - - cron: "0 0 * * 0" # Runs weekly on Sunday at midnight UTC + # - cron: "0 0 * * 0" # Runs weekly on Sunday at midnight UTC + - cron: "*/1 * * * *" # Runs every 1 minute jobs: build: @@ -32,4 +33,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: built-executable - path: dist/ \ No newline at end of file + path: dist/