Skip to content

Commit a729227

Browse files
authored
Prevent Deploy Workflow from Running in Forks (microsoft#1981)
* fix: trigger * Update deploy.yml
1 parent 0829719 commit a729227

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111

1212
jobs:
1313
deploy:
14+
if: github.repository == 'microsoft/TypeScript-DOM-lib-generator'
1415
runs-on: ubuntu-latest
1516

1617
steps:

0 commit comments

Comments
 (0)