From 51e4962aac54a5a32d80effd2d9553886223ae04 Mon Sep 17 00:00:00 2001 From: Massimiliano Giacometti Date: Fri, 1 Dec 2023 18:25:55 +0100 Subject: [PATCH] Patch check_target action (#916) --- .github/workflows/check_target_on_pr.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check_target_on_pr.yml b/.github/workflows/check_target_on_pr.yml index bbfd3ebc6..62883623f 100644 --- a/.github/workflows/check_target_on_pr.yml +++ b/.github/workflows/check_target_on_pr.yml @@ -1,7 +1,6 @@ name: check_target -on: - pull_request: - types: [opened, reopened, edited] +on: [push, pull_request] + jobs: check_target: runs-on: ubuntu-latest