Skip to content

Commit 5b02181

Browse files
committed
Limit scope of validate-dotslash-artifacts push trigger, add nightly trigger
1 parent 843f561 commit 5b02181

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/validate-dotslash-artifacts.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ on:
77
push:
88
branches:
99
- 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+
paths:
19+
- packages/debugger-shell/bin/react-native-devtools
20+
- "scripts/releases/**"
21+
- package.json
22+
- yarn.lock
23+
# Same time as the nightly build: 2:15 AM UTC
24+
schedule:
25+
- cron: "15 2 * * *"
1026

1127
jobs:
1228
validate-dotslash-artifacts:

0 commit comments

Comments
 (0)