From a9419a81707b5dcc4afa172176590b6d0c317bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Marks?= Date: Wed, 7 Dec 2022 02:16:28 -0800 Subject: [PATCH] Do not ignore PRs from the reference branch --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index abead4133b44..b4b8da1b82a7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,8 +7,6 @@ on: tags: - '**' pull_request: - branches-ignore: - - 'language-reference-stable' schedule: - cron: '0 3 * * *' # Every day at 3 AM workflow_dispatch: