Skip to content

Commit

Permalink
Update GitHub Actions test workflow to include 'develop' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Sep 4, 2024
1 parent 04651a7 commit 4817e6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ name: Python package

on:
push:
branches: [ "master" ]
branches: [ "master", "develop" ]
pull_request:
branches: [ "master" ]
branches: [ "master", "develop" ]

jobs:
build:
Expand All @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.11", "3.12"]
python-version: ["3.8", "3.12"]

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

0 comments on commit 4817e6c

Please sign in to comment.