Skip to content

Commit

Permalink
updated ci-cd github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed May 18, 2024
1 parent f62935c commit 033b7cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ name: CI/CD

on:
push:
branches: [ main ]
branches: [ main, develop ]
tags: [ '*' ]
pull_request:
branches: [ main ]
branches: [ main, develop ]

jobs:
devcheck:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, '3.10'] # Check oldest and newest versions
python-version: ['3.8', '3.12'] # Check oldest and newest versions
pip-flags: ['', '--editable']
pydra:
- 'pydra'
Expand Down

0 comments on commit 033b7cc

Please sign in to comment.