We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0829719 commit a729227Copy full SHA for a729227
.github/workflows/deploy.yml
@@ -11,6 +11,7 @@ permissions:
11
12
jobs:
13
deploy:
14
+ if: github.repository == 'microsoft/TypeScript-DOM-lib-generator'
15
runs-on: ubuntu-latest
16
17
steps:
0 commit comments