Skip to content

Commit 6d945d5

Browse files
authored
Only update the dev doc when pushing onto master and not just when running the CI on master (#1221)
1 parent 295a60d commit 6d945d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127

128128
upload-development-docs:
129129
runs-on: ubuntu-latest
130-
if: ${{ github.ref == 'refs/heads/master' }}
130+
if: ${{ github.ref == 'refs/heads/master' && github.event_name == 'push' }}
131131
needs: [docs]
132132
steps:
133133
- name: "Upload development documentation"

0 commit comments

Comments
 (0)