From 2666e707060d3b99e82d38e239830b8713cb0b1b Mon Sep 17 00:00:00 2001 From: Trenton Holmes Date: Wed, 30 Mar 2022 10:10:36 -0700 Subject: [PATCH] Removes the filtering of on:pull_request event types --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7486fbd5c..69a2361d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,8 +8,6 @@ on: branches-ignore: - 'translations**' pull_request: - # We do not need synchronize event, it is covered by on:push - types: [opened, reopened] branches-ignore: - 'translations**'