summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-10-24 12:24:25 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-11-10 20:47:11 +1000
commit4b5c6c8a58a164faaa9347957081fae36c8dc474 (patch)
tree82badc796e17e28ba7dcc956a08457c1eff0ec2b /.github
parent7e33f0ed75313c7f29ab9959824be429c5b50646 (diff)
.github/workflows/editorconfig.yml: disable for release branches
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/editorconfig.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/editorconfig.yml b/.github/workflows/editorconfig.yml
index 962f3ced398b..be7a4ba02b61 100644
--- a/.github/workflows/editorconfig.yml
+++ b/.github/workflows/editorconfig.yml
@@ -2,6 +2,8 @@ name: "Checking EditorConfig"
on:
pull_request:
+ branches-ignore:
+ - 'release-**'
jobs:
tests: