diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index e04d00464..fd702e36d 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -2,13 +2,13 @@ name: CI on: push: - #branches: - #- "main" - pull_request: - #branches: - #- "main" - schedule: - - cron: "0 0 * * *" + branches: + - "github" +# pull_request: +# #branches: +# #- "main" +# schedule: +# - cron: "0 0 * * *" jobs: test: