From 1a3daaeedf7301cc4b62ed983b9f0e47ee6f2829 Mon Sep 17 00:00:00 2001 From: Nicola Coretti Date: Sat, 3 Feb 2024 18:24:41 +0100 Subject: [PATCH] Update pull_request event triggers --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d436ce3..29024d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,6 @@ name: Continues Integration on: pull_request: - types: [opened, synchronize, reopened] branches-ignore: - master - main