From f6800ddf5a325ba4b92fe7f394b850ac11b82d38 Mon Sep 17 00:00:00 2001 From: Manikandan Subramaniam <113734488+manikandan-xilinx@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:51:29 -0700 Subject: [PATCH] changing the master branch for 2024.2 to on push event (#8542) Co-authored-by: msubram --- .github/workflows/xrt_master_2024.2.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/xrt_master_2024.2.yml b/.github/workflows/xrt_master_2024.2.yml index 40292f1d070..68c348bd8e4 100644 --- a/.github/workflows/xrt_master_2024.2.yml +++ b/.github/workflows/xrt_master_2024.2.yml @@ -1,4 +1,4 @@ -name: XRT Master (2024.2) +name: XRT 2024.2 env: RELEASE: '2024.2' @@ -6,9 +6,10 @@ env: ENV: 'prod' on: - workflow_dispatch: - schedule: - - cron: '0 3 * * *' + push: + branches: + - '2024.2' + workflow_dispatch: jobs: build: