From 20177868a94e5ff190551d4cdf2e7acc7126733f Mon Sep 17 00:00:00 2001 From: Chayim Date: Tue, 26 Oct 2021 17:22:45 +0300 Subject: restore actions to prs (#1653) * restore actions to prs * limiting pr runs for actions against master --- .github/workflows/integration.yaml | 3 +++ 1 file changed, 3 insertions(+) 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: -- cgit v1.2.1