diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 1642c0a..e1b3a80 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -4,24 +4,11 @@ name: Continuous Integration Tests on: push: - branches: [ main ] - paths: - - ".ci/**" - - ".github/workflow/**" - - "src/**" - - "test/**" - - "CMakeLists.txt" pull_request: - branches: [ main ] - paths: - - ".ci/**" - - ".github/workflow/**" - - "src/**" - - "test/**" - - "CMakeLists.txt" - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: + schedule: + - cron: '30 15 * * *' jobs: test: