From 0b135d390e71ffa1aa0ce026d68a0bb09873f106 Mon Sep 17 00:00:00 2001 From: "Liu, Wenjun" Date: Mon, 20 May 2024 10:22:22 +0800 Subject: [PATCH] add branch trigger --- .github/workflows/IDC_1100_Public_Sycl_build.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/IDC_1100_Public_Sycl_build.yml b/.github/workflows/IDC_1100_Public_Sycl_build.yml index eeede45..390cd39 100644 --- a/.github/workflows/IDC_1100_Public_Sycl_build.yml +++ b/.github/workflows/IDC_1100_Public_Sycl_build.yml @@ -1,11 +1,12 @@ name: Public Sycl build run-name: Sync build is testing out GitHub Action on: - branches: - - wenjun/build_check - schedule: - # Set to "0 0 * * *" to run it at midnight every day. - - cron: '0 3 * * *' + push: + branches: + - wenjun/build_check + schedule: + # Set to "0 0 * * *" to run it at midnight every day. + - cron: '0 3 * * *' jobs: Sync-Build-CI: