We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c4fd5 commit c7e142bCopy full SHA for c7e142b
.github/workflows/ci.yml
@@ -58,7 +58,6 @@ jobs:
58
run: |
59
octocov badge coverage --out ${{ github.workspace }}/${{ steps.filename.outputs.filename }}
60
- name: upload badge to artifact
61
- if: github.ref == "refs/heads/main"
62
uses: actions/upload-artifact@v4
63
with:
64
path: ${{ steps.filename.outputs.filename }}
@@ -67,6 +66,7 @@ jobs:
67
66
68
upload-coverage-badge:
69
runs-on: ubuntu-latest
+ if: startsWith(github.ref, 'refs/heads/main')
70
needs: themis
71
steps:
72
- name: download artifacts
@@ -84,7 +84,7 @@ jobs:
84
85
deploy-to-github-pages:
86
87
88
needs: upload-coverage-badge
89
permissions:
90
pages: write
0 commit comments