Skip to content

Commit

Permalink
add branch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
wendyliu235 committed May 20, 2024
1 parent 3948343 commit 0b135d3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/IDC_1100_Public_Sycl_build.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 0b135d3

Please sign in to comment.