.github/workflows/Test.yml: limit doc to push on master branch

This commit is contained in:
Gwenhael Goavec-Merou 2026-02-16 11:19:26 +01:00
parent 916af57d28
commit c9f89ce996
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
doc:
if: github.event_name == 'push' # Only run on push
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
name: '📓 Docs'