.github/workflows/editorconfig.yml: disable for release branches
This commit is contained in:
@@ -2,6 +2,8 @@ name: "Checking EditorConfig"
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches-ignore:
|
||||||
|
- 'release-**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
|
|||||||
Reference in New Issue
Block a user