summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-12-04 16:24:53 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-12-04 16:39:36 +0100
commite1856b2fe228cc47cddcb567dae71a0ce50a3aaf (patch)
tree621e58ec66cb70e3f59331e48f12806934e9090f /.github
parent5fb17e00e032a5e9d9004955a085842a1c9b59be (diff)
downloadpylint-git-e1856b2fe228cc47cddcb567dae71a0ce50a3aaf.tar.gz
[github actions] Reinstate tests and check on maintenance branch
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