Skip to content

Commit 4817e6c

Browse files
committed
Update GitHub Actions test workflow to include 'develop' branch
1 parent 04651a7 commit 4817e6c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ name: Python package
77

88
on:
99
push:
10-
branches: [ "master" ]
10+
branches: [ "master", "develop" ]
1111
pull_request:
12-
branches: [ "master" ]
12+
branches: [ "master", "develop" ]
1313

1414
jobs:
1515
build:
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
python-version: ["3.8", "3.11", "3.12"]
24+
python-version: ["3.8", "3.12"]
2525

2626
steps:
2727
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)