Skip to content

Commit 7632547

Browse files
changes
1 parent 54c2721 commit 7632547

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/dev_api.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ env:
1414

1515
jobs:
1616
deploy:
17+
if: github.event.repository.fork == false && github.event_name == 'push'
1718
runs-on: windows-latest
1819

1920
steps:

.github/workflows/dev_api_proc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ env:
1414

1515
jobs:
1616
deploy:
17+
if: github.event.repository.fork == false && github.event_name == 'push'
1718
runs-on: windows-latest
1819

1920
steps:

0 commit comments

Comments
 (0)