We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c2721 commit 7632547Copy full SHA for 7632547
.github/workflows/dev_api.yml
@@ -14,6 +14,7 @@ env:
14
15
jobs:
16
deploy:
17
+ if: github.event.repository.fork == false && github.event_name == 'push'
18
runs-on: windows-latest
19
20
steps:
.github/workflows/dev_api_proc.yml
0 commit comments