We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc402e7 + 835c0d3 commit 120ca55Copy full SHA for 120ca55
1 file changed
.github/workflows/make-doc.yml
@@ -8,8 +8,12 @@ permissions:
8
jobs:
9
docs:
10
runs-on: ubuntu-latest
11
+ if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev-workflow'
12
steps:
13
- uses: actions/checkout@v4
14
+ with:
15
+ fetch-depth: 0
16
+ fetch-tags: true
17
- uses: actions/setup-python@v5
18
- name: Install dependencies
19
run: |
0 commit comments