Skip to content

Commit

Permalink
Update ci-tests.yml
Browse files Browse the repository at this point in the history
added monthly tests
  • Loading branch information
sdkenney42 authored Nov 12, 2024
1 parent a88f67e commit 2104b2d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down

0 comments on commit 2104b2d

Please sign in to comment.