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 843f561 commit 5b02181Copy full SHA for 5b02181
1 file changed
.github/workflows/validate-dotslash-artifacts.yml
@@ -7,6 +7,22 @@ on:
7
push:
8
branches:
9
- main
10
+ paths:
11
+ - packages/debugger-shell/bin/react-native-devtools
12
+ - "scripts/releases/**"
13
+ - package.json
14
+ - yarn.lock
15
+ pull_request:
16
+ branches:
17
+ - main
18
19
20
21
22
23
+ # Same time as the nightly build: 2:15 AM UTC
24
+ schedule:
25
+ - cron: "15 2 * * *"
26
27
jobs:
28
validate-dotslash-artifacts:
0 commit comments