Skip to content

Commit b557d87

Browse files
authored
fix: trigger
1 parent 0829719 commit b557d87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: Deploy to npm
22

33
on:
44
schedule:
5-
# Daily run
6-
- cron: "0 4 * * *"
7-
workflow_dispatch: null
5+
- cron: "0 4 * * *" # Daily
6+
workflow_dispatch:
87

98
permissions:
109
contents: write
1110

1211
jobs:
1312
deploy:
13+
if: github.repository == 'microsoft/TypeScript-DOM-lib-generator'
1414
runs-on: ubuntu-latest
1515

1616
steps:

0 commit comments

Comments
 (0)