Skip to content

Commit 9c007df

Browse files
authored
Add feature branches to testing for pull requests (#241)
1 parent ca208ec commit 9c007df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ on:
2323
pull_request:
2424
branches:
2525
- main
26+
- feature/*
27+
- feature-*
2628

2729
jobs:
2830
python:

0 commit comments

Comments
 (0)