From 4eee5de938858e0a205502e88376cfa15e8b6199 Mon Sep 17 00:00:00 2001 From: Halil Durmus Date: Fri, 15 Nov 2024 19:19:07 +0300 Subject: [PATCH] ci: tweak semantic_pr.yml --- .github/workflows/semantic_pr.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/semantic_pr.yml b/.github/workflows/semantic_pr.yml index ace079a..d9baa19 100644 --- a/.github/workflows/semantic_pr.yml +++ b/.github/workflows/semantic_pr.yml @@ -1,7 +1,12 @@ name: Semantic PR on: - pull_request: + pull_request_target: + types: + - opened + - edited + - synchronize + - reopened jobs: build: