diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 32e7b71..6d71eb1 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -1,11 +1,8 @@ name: Testing on: - pull_request: ~ + pull_request: push: - branches: - - main - schedule: - - cron: "30 6 * * 1" + jobs: build: runs-on: ubuntu-latest @@ -17,6 +14,7 @@ jobs: - 8.2 - 8.3 - 8.4 + - 8.5 dependency-levels: - 'highest' experimental: