Skip to content

Commit 033b7cc

Browse files
committed
updated ci-cd github action workflow
1 parent f62935c commit 033b7cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ name: CI/CD
88

99
on:
1010
push:
11-
branches: [ main ]
11+
branches: [ main, develop ]
1212
tags: [ '*' ]
1313
pull_request:
14-
branches: [ main ]
14+
branches: [ main, develop ]
1515

1616
jobs:
1717
devcheck:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
python-version: [3.7, '3.10'] # Check oldest and newest versions
21+
python-version: ['3.8', '3.12'] # Check oldest and newest versions
2222
pip-flags: ['', '--editable']
2323
pydra:
2424
- 'pydra'

0 commit comments

Comments
 (0)