From d29fa66910fdbca3d0b6253660c053891f1eba70 Mon Sep 17 00:00:00 2001 From: Manikandan Subramaniam <113734488+manikandan-xilinx@users.noreply.github.com> Date: Tue, 11 Jun 2024 10:54:58 -0700 Subject: [PATCH] removing the push from xrt ci --- .github/workflows/xti.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/xti.yml b/.github/workflows/xti.yml index 8cda5087f86..43193477e0d 100644 --- a/.github/workflows/xti.yml +++ b/.github/workflows/xti.yml @@ -5,7 +5,9 @@ env: ENV: 'test' on: - push: + pull_request_target: + types: [opened, edited, synchronize] + # push: workflow_dispatch: workflow_call: # schedule: