Skip to content

Commit

Permalink
run test on gh for non dev,main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Dec 4, 2024
1 parent b7bfcda commit 97f91da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test_and_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Unit Tests, Build, Build Docs

on:
push:
branches:
- master
- develop

workflow_dispatch:

Expand All @@ -14,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.7", "3.8", "3.9", "3.10"]
python: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 97f91da

Please sign in to comment.