Skip to content

Commit 120ca55

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents dc402e7 + 835c0d3 commit 120ca55

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/make-doc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ permissions:
88
jobs:
99
docs:
1010
runs-on: ubuntu-latest
11+
if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev-workflow'
1112
steps:
1213
- uses: actions/checkout@v4
14+
with:
15+
fetch-depth: 0
16+
fetch-tags: true
1317
- uses: actions/setup-python@v5
1418
- name: Install dependencies
1519
run: |

0 commit comments

Comments
 (0)