Skip to content

Commit fda15d6

Browse files
committed
ci: run CI for next branch
1 parent c113f40 commit fda15d6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build-templates.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ on:
44
push:
55
branches:
66
- main
7+
- next
78
paths:
89
- '.github/workflows/build-templates.yml'
910
- 'packages/create-react-native-library/**'
1011
- '!**.md'
1112
pull_request:
1213
branches:
1314
- main
15+
- next
1416
merge_group:
1517
types:
1618
- checks_requested

.github/workflows/check-project.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ on:
33
push:
44
branches:
55
- main
6+
- next
67
pull_request:
78
branches:
89
- main
10+
- next
911
merge_group:
1012
types:
1113
- checks_requested

0 commit comments

Comments
 (0)