From 72ff47da7e7bfcb2bae00be72036042200b37b14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Trunk=C3=A1t?= Date: Fri, 4 Aug 2023 11:04:30 +0200 Subject: [PATCH] Update pull_request_toolkit.yaml --- required_workflows/pull_request_toolkit.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/required_workflows/pull_request_toolkit.yaml b/required_workflows/pull_request_toolkit.yaml index 0a739a9..b3344bd 100644 --- a/required_workflows/pull_request_toolkit.yaml +++ b/required_workflows/pull_request_toolkit.yaml @@ -3,8 +3,6 @@ name: Apify pull request toolkit on: pull_request: - branches: - - ${{ github.event.repository.default_branch }} types: ['opened', 'reopened', 'synchronize', 'labeled', 'unlabeled', 'edited', 'ready_for_review'] # The first 3 are default. concurrency: # This is to make sure that it's executed only for the most recent changes of PR.