Skip to content

Commit 200b1f9

Browse files
committed
update
1 parent 6b69172 commit 200b1f9

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

.github/workflows/deploy_documentation.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,25 @@ name: Documentation
33

44
on:
55
push:
6-
branches: [ "master" ]
7-
tags: '*'
8-
pull_request:
9-
branches: [ "master" ]
6+
branches:
7+
- master
8+
tags:
9+
- "*"
1010

11+
pull_request:
12+
branches:
13+
- master
1114

12-
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1315
permissions:
1416
contents: write
1517
pages: write
1618
id-token: write
1719

1820
jobs:
1921
ManyLinux_x86_64:
22+
if: github.event_name == 'push'
2023
uses: MartinPdeS/MPSActions/.github/workflows/publish_documentation.yml@master
2124
with:
2225
python-version: "3.11"
2326
package-name: "PyMieSim"
24-
apt-package: xvfb jq
27+
apt-package: xvfb jq

0 commit comments

Comments
 (0)