Skip to content

Commit c18ea79

Browse files
committed
reset trigger
1 parent c7602d8 commit c18ea79

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

.github/workflows/react_native.yml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,9 @@ name: React Native CI Pipeline
22

33
on:
44
push:
5-
branches:
6-
- main
7-
- 'rel-*'
8-
paths:
9-
- '!docs/**'
10-
- '!README.md'
11-
- '!CONTRIBUTING.md'
12-
- '!BUILD.md'
13-
- '!js/web/**'
14-
- '!onnxruntime/core/providers/js/**'
5+
branches: [main, 'rel-*']
156
pull_request:
16-
branches:
17-
- main
18-
- 'rel-*'
19-
paths:
20-
- '!docs/**'
21-
- '!README.md'
22-
- '!CONTRIBUTING.md'
23-
- '!BUILD.md'
24-
- '!js/web/**'
25-
- '!onnxruntime/core/providers/js/**'
7+
branches: [main, 'rel-*']
268
workflow_dispatch:
279

2810
concurrency:

0 commit comments

Comments
 (0)