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

wip/yesman
zowoq 4 years ago
parent 7e33f0ed75
commit 4b5c6c8a58
  1. 2
      .github/workflows/editorconfig.yml

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

Loading…
Cancel
Save