We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0829719 commit b557d87Copy full SHA for b557d87
1 file changed
.github/workflows/deploy.yml
@@ -2,15 +2,15 @@ name: Deploy to npm
2
3
on:
4
schedule:
5
- # Daily run
6
- - cron: "0 4 * * *"
7
- workflow_dispatch: null
+ - cron: "0 4 * * *" # Daily
+ workflow_dispatch:
8
9
permissions:
10
contents: write
11
12
jobs:
13
deploy:
+ if: github.repository == 'microsoft/TypeScript-DOM-lib-generator'
14
runs-on: ubuntu-latest
15
16
steps:
0 commit comments