.github/workflows/Test.yml: limit doc to push on master branch
This commit is contained in:
parent
916af57d28
commit
c9f89ce996
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue