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 02a02e2 commit 3535724Copy full SHA for 3535724
.github/workflows/deploy-docs.yml
@@ -36,4 +36,7 @@ jobs:
36
with:
37
app-path: ${{inputs.app-path}}
38
- id: deploy_docs
39
+ if: (github.ref_name == 'main')
40
+
41
42
uses: it-at-m/.github/.github/actions/action-deploy-docs@feat/102-enhance-action-npm-build-to-include-parameters-for-lintingtesting
0 commit comments