.github/workflows/editorconfig.yml: disable for release branches

This commit is contained in:
zowoq
2020-11-10 20:47:11 +10:00
parent 7e33f0ed75
commit 4b5c6c8a58
+2
View File
@@ -2,6 +2,8 @@ name: "Checking EditorConfig"
on:
pull_request:
branches-ignore:
- 'release-**'
jobs:
tests: