workflow: don't run pull request workflow on l10n branch
This commit is contained in:
parent
89a783fbc2
commit
09adea2b92
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -2,7 +2,8 @@ name: Test site build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches-ignore:
|
||||||
|
- 'l10n'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
doc-test:
|
doc-test:
|
||||||
|
|
Loading…
Reference in a new issue