workflow: don't run pull request workflow on l10n branch

This commit is contained in:
lifehackerhansol 2023-07-18 17:05:01 -07:00
parent 89a783fbc2
commit 09adea2b92
No known key found for this signature in database
GPG key ID: 80FB184AFC0B3B0E

View file

@ -2,7 +2,8 @@ name: Test site build
on:
pull_request:
branches: [ master ]
branches-ignore:
- 'l10n'
jobs:
doc-test: