disable CI for translation branches
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -3,10 +3,10 @@ name: ci
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'translations_**'
|
||||
- 'translations**'
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- 'translations_**'
|
||||
- 'translations**'
|
||||
|
||||
jobs:
|
||||
documentation:
|
||||
|
||||
Reference in New Issue
Block a user