Skip to content

Commit

Permalink
Fixed testing to run on all feature branches for PRs (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksneab7 authored Apr 25, 2023
1 parent c2cee9e commit 5edd9e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: Test Python Package

on:
pull_request:
branches: [ main ]
branches:
- 'main'
- 'feature/**'

jobs:
build:
Expand Down

0 comments on commit 5edd9e6

Please sign in to comment.