summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2021-10-26 17:22:45 +0300
committerGitHub <noreply@github.com>2021-10-26 17:22:45 +0300
commit20177868a94e5ff190551d4cdf2e7acc7126733f (patch)
tree6da8c24cc8bcade064457b3342fce17129f509aa
parent1f3d9700a9fbe9143ca7c344b5425e08f9220105 (diff)
downloadredis-py-20177868a94e5ff190551d4cdf2e7acc7126733f.tar.gz
restore actions to prs (#1653)
* restore actions to prs * limiting pr runs for actions against master
-rw-r--r--.github/workflows/integration.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml
index 45254d0..4a07394 100644
--- a/.github/workflows/integration.yaml
+++ b/.github/workflows/integration.yaml
@@ -6,6 +6,9 @@ on:
- 'docs/**'
- '**/*.rst'
- '**/*.md'
+ pull_request:
+ branches:
+ - master
jobs: