[CI] Allow code coverage report deploy only from master

pull/1404/head
jgromes 2025-02-11 20:18:32 +01:00
rodzic 584f547954
commit bcbf2a12e1
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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