mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-24 17:23:14 +02:00
workflow: don't run pull request workflow on l10n branch
This commit is contained in:
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:
|
||||||
|
Reference in New Issue
Block a user