From e41f75aaef57d0348a010cb6ce67fd85ae1a46c5 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 28 Feb 2023 09:19:26 +0100 Subject: [PATCH] [CI] Add opened type for pull_request on test.yaml --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 871effdd77e..e0c5df82575 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,7 +5,7 @@ on: branches: - '**' pull_request: - types: [ synchronize ] + types: [ opened, synchronize ] workflow_dispatch: inputs: release: