Skip to content

Commit 46993a0

Browse files
Fix 63 CI to run on all stable branches (#734)
* Add nullability checks (#704) * Update RCTCxxBridge.mm * add nullability checks * CI should run on PRs to future stable branches (#718) Co-authored-by: Andrew Coates <[email protected]>
1 parent af6abb0 commit 46993a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ado/apple-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pr:
1010
branches:
1111
include:
1212
- master
13-
- 0.59-stable
13+
- '*-stable'
1414
paths:
1515
exclude:
1616
- '*.md'

0 commit comments

Comments
 (0)