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 80bbb4e commit c7602d8Copy full SHA for c7602d8
.github/workflows/react_native.yml
@@ -23,6 +23,7 @@ on:
23
- '!BUILD.md'
24
- '!js/web/**'
25
- '!onnxruntime/core/providers/js/**'
26
+ workflow_dispatch:
27
28
concurrency:
29
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.ref || github.sha }}
0 commit comments