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

This commit is contained in:
zowoq 2020-10-24 12:24:25 +10:00
parent 7e33f0ed75
commit 4b5c6c8a58

View file

@ -2,6 +2,8 @@ name: "Checking EditorConfig"
on:
pull_request:
branches-ignore:
- 'release-**'
jobs:
tests: