Skip to content

Commit 57b38a2

Browse files
committed
ci: enable run-tests on ui-react@v2 branch (#2106)
* Add ui-react@v2 to test-pr targets * Edit comment
1 parent 5214116 commit 57b38a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-prs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This workflow will run unit, e2e, and docs tests on PRs targeted against `main`.
1+
# This workflow will run unit, e2e, and docs tests on PRs targeted against main, ui-svelte/main, ui-geo/main, and ui-react@v2 branches.
22

33
name: Test / PRs
44

@@ -7,7 +7,7 @@ concurrency:
77
cancel-in-progress: true
88

99
on:
10-
pull_request: # not pull_request_target, because v2 is in maintenance mode and will not accept external pull requests
10+
pull_request:
1111
branches: [ui-react@v2]
1212
types: [opened, synchronize, labeled]
1313

0 commit comments

Comments
 (0)