From 2591addad13af0d2ddd8e00f56afafb03ab6c082 Mon Sep 17 00:00:00 2001 From: Fabrizio Date: Mon, 18 Dec 2023 11:29:27 +0000 Subject: [PATCH] CI: change pr target (#404) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cc8ec71..f3428753 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: CI on: - pull_request_target: + pull_request: push: branches: - master