Skip to content

Commit fb34f85

Browse files
committed
update regex for test branches
1 parent 2445bc9 commit fb34f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
branch="${{ github.ref_name }}"
5151
echo "Current branch: $branch"
52-
if [[ "$branch" =~ ^(pytest-integration|main)$ ]]; then
52+
if [[ "$branch" =~ ^(main(-.*)?|feat/.*/integration-.*)$ ]]; then
5353
echo "Running unit + integration tests."
5454
tox -e unit,integration
5555
else

0 commit comments

Comments
 (0)