Avoids to run check on l10n branch.

Signed-off-by: Pierre Ozoux <pierre@ozoux.net>
This commit is contained in:
Pierre Ozoux
2022-06-03 14:26:16 +02:00
parent 1069ca888f
commit 22cf099505
3 changed files with 5 additions and 0 deletions

View File

@@ -6,6 +6,8 @@
name: Pull request checks
on: pull_request
branches:
- '!update-l10n'
jobs:
commit-message-check:

View File

@@ -6,6 +6,7 @@ on:
branches:
- master
- stable*
- '!update-l10n'
jobs:
user_manual:

View File

@@ -1,5 +1,7 @@
name: AutoMerge Transifex Pull Requests
on: pull_request
branches:
- '!update-l10n'
jobs:
approve: