.github/workflows/editorconfig.yml: disable for release branches
This commit is contained in:
parent
7e33f0ed75
commit
4b5c6c8a58
.github/workflows
|
@ -2,6 +2,8 @@ name: "Checking EditorConfig"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches-ignore:
|
||||||
|
- 'release-**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
|
|
Loading…
Reference in New Issue