Skip to content

Commit 7b5d1ae

Browse files
Merge pull request #2609 from glideapps/repo/test-pr-release-branches
chore(repo): Allow running test pr workflow for release branches
2 parents ed1ffa4 + b284302 commit 7b5d1ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-pr.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
pull_request:
44
branches:
55
- master
6+
- 'release/**'
67
jobs:
78
build:
89
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)