[CI] Allow code coverage report deploy only from master

This commit is contained in:
jgromes 2025-02-11 20:18:32 +01:00
parent 584f547954
commit bcbf2a12e1

View file

@ -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 }}