We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 999a4ea commit 127e9eeCopy full SHA for 127e9ee
1 file changed
.github/workflows/deploy_documentation.yml
@@ -18,6 +18,7 @@ permissions:
18
19
jobs:
20
ManyLinux_x86_64:
21
+ if: github.event_name == 'push'
22
uses: MartinPdeS/MPSActions/.github/workflows/publish_documentation.yml@master
23
with:
24
python-version: "3.11"
0 commit comments