[CI] Allow code coverage report deploy only from master
This commit is contained in:
parent
584f547954
commit
bcbf2a12e1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/unit-test.yml
vendored
1
.github/workflows/unit-test.yml
vendored
|
@ -38,6 +38,7 @@ jobs:
|
|||
path: extras/test/unit/lcov.report
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
if: github.ref == 'refs/heads/master'
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Add table
Reference in a new issue