From 526195c153f83f18862b95e60be4b8e130341017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Caiado?= Date: Thu, 7 Mar 2024 14:52:00 +0000 Subject: [PATCH] ci(task-nr): add closed type to trigger on PR (#21) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: AndreĢ Caiado da Silva --- .github/workflows/CI-CD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI-CD.yml b/.github/workflows/CI-CD.yml index b3f32ab..1eb734e 100644 --- a/.github/workflows/CI-CD.yml +++ b/.github/workflows/CI-CD.yml @@ -2,7 +2,7 @@ name: CI/CD on: pull_request: - types: [opened, synchronize, reopened] + types: [opened, synchronize, reopened, closed] branches: - main release: