summaryrefslogtreecommitdiff
path: root/.github/workflows/integration.yaml
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2022-02-17 11:17:23 +0200
committerGitHub <noreply@github.com>2022-02-17 11:17:23 +0200
commite3c989d93e914e6502bd5a72f15ded49a135c5be (patch)
tree73a4eab2acbc6a7d3c31ec2cbfa48972626bbf9b /.github/workflows/integration.yaml
parentcf8b192f11f52516cf463a22ee465ed6c2386947 (diff)
downloadredis-py-e3c989d93e914e6502bd5a72f15ded49a135c5be.tar.gz
Ensuring CI runs against integration branches (#1995)
Diffstat (limited to '.github/workflows/integration.yaml')
-rw-r--r--.github/workflows/integration.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml
index a73bb71..1d8a33a 100644
--- a/.github/workflows/integration.yaml
+++ b/.github/workflows/integration.yaml
@@ -8,9 +8,11 @@ on:
- '**/*.md'
branches:
- master
+ - '[0-9].[0-9]'
pull_request:
branches:
- master
+ - '[0-9].[0-9]'
jobs: