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

gstqt5
zowoq 2020-10-24 12:24:25 +10:00
parent 7e33f0ed75
commit 4b5c6c8a58
1 changed files with 2 additions and 0 deletions

View File

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