From 2104b2d208cc4414ef6114c9fa1ad78db4e0a7e3 Mon Sep 17 00:00:00 2001 From: sdkenney42 <128510721+sdkenney42@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:02:16 -0600 Subject: [PATCH] Update ci-tests.yml added monthly tests --- .github/workflows/ci-tests.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index d95bcde..8da20af 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -1,16 +1,20 @@ name: test-pr on: + push: + branches: [main] pull_request: - # Run on pull requests against the main branch + # The branches below must be a subset of the branches above branches: [main] + schedule: + - cron: "0 0 1 * *" jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [3.8] + python-version: ["3.10"] os: [ubuntu-latest] env: OS: ${{ matrix.os }}