diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 4e26171..bd969ac 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -2,8 +2,10 @@ name: Build on: - push - pull_request + # schedule: # - cron: '0 21 * * 0' + jobs: build: runs-on: ubuntu-latest