mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 02:36:49 +07:00
Avoids to run check on l10n branch.
Signed-off-by: Pierre Ozoux <pierre@ozoux.net>
This commit is contained in:
2
.github/workflows/fixup.yml
vendored
2
.github/workflows/fixup.yml
vendored
@@ -6,6 +6,8 @@
|
||||
name: Pull request checks
|
||||
|
||||
on: pull_request
|
||||
branches:
|
||||
- '!update-l10n'
|
||||
|
||||
jobs:
|
||||
commit-message-check:
|
||||
|
||||
1
.github/workflows/sphinxbuild.yml
vendored
1
.github/workflows/sphinxbuild.yml
vendored
@@ -6,6 +6,7 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- stable*
|
||||
- '!update-l10n'
|
||||
|
||||
jobs:
|
||||
user_manual:
|
||||
|
||||
2
.github/workflows/transifex.yml
vendored
2
.github/workflows/transifex.yml
vendored
@@ -1,5 +1,7 @@
|
||||
name: AutoMerge Transifex Pull Requests
|
||||
on: pull_request
|
||||
branches:
|
||||
- '!update-l10n'
|
||||
|
||||
jobs:
|
||||
approve:
|
||||
|
||||
Reference in New Issue
Block a user