Skip to content

Commit 11c4f1f

Browse files
committed
chore(ci): run browserstack against v3 feature branches (#4082)
this commit updates our ci pipelines to run against feature branches of the format 'v3.(VAL)-feature' where VAL matches zero or more characters (not matching the '/' character) this is being done so the team can try out feature branches in v3 of stencil and take advantage of browserstack tests
1 parent 6702eae commit 11c4f1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-browserstack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request_target:
55
branches:
66
- 'main'
7+
- 'v3.*-feature'
78
push:
89
branches:
910
- 'main'

0 commit comments

Comments
 (0)