summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-12-05 13:59:22 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-12-05 13:59:22 +0100
commit94ff90f9cbacc910c83d0d7eddbba62c1df67a0a (patch)
tree0318a6aeb8d2aee7c98d056c350ce91162505254 /.github
parent1913635db913e97f8866bb7e6e3dc1ca993f5a24 (diff)
parent1f84ed912d088a9c2152ad7bc9b1aff0a66f389f (diff)
downloadpylint-git-94ff90f9cbacc910c83d0d7eddbba62c1df67a0a.tar.gz
Merge 'maintenance/2.15.x' into main following 2.15.8 release
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/checks.yaml5
-rw-r--r--.github/workflows/tests.yaml5
2 files changed, 8 insertions, 2 deletions
diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml
index 4392e7a5c..d49a4711a 100644
--- a/.github/workflows/checks.yaml
+++ b/.github/workflows/checks.yaml
@@ -5,7 +5,10 @@ on:
branches:
- main
- "maintenance/**"
- pull_request: ~
+ pull_request:
+ branches:
+ - main
+ - "maintenance/**"
env:
CACHE_VERSION: 1
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 9d741197c..6652130b9 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -7,7 +7,10 @@ on:
- "maintenance/**"
paths-ignore:
- doc/data/messages/**
- pull_request: ~
+ pull_request:
+ branches:
+ - main
+ - "maintenance/**"
env:
CACHE_VERSION: 1