We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c113f40 commit fda15d6Copy full SHA for fda15d6
.github/workflows/build-templates.yml
@@ -4,13 +4,15 @@ on:
4
push:
5
branches:
6
- main
7
+ - next
8
paths:
9
- '.github/workflows/build-templates.yml'
10
- 'packages/create-react-native-library/**'
11
- '!**.md'
12
pull_request:
13
14
15
16
merge_group:
17
types:
18
- checks_requested
.github/workflows/check-project.yml
@@ -3,9 +3,11 @@ on:
3
0 commit comments