Skip to content

Commit 37af029

Browse files
authored
[CI] Add support for sycl-rel-** branches to CI (#12237)
add sycl-rel-** to the pre-commit/post-commit workflow supported branches
1 parent f42bbcc commit 37af029

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/sycl_linux_precommit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branches:
99
- sycl
1010
- sycl-devops-pr/**
11+
- sycl-rel-**
1112
# Do not run builds if changes are only in the following locations
1213
paths-ignore:
1314
- '.github/ISSUE_TEMPLATE/**'

.github/workflows/sycl_post_commit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- sycl
77
- sycl-devops-pr/**
8+
- sycl-rel-**
89

910
pull_request:
1011
branches:

.github/workflows/sycl_windows_precommit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- sycl
77
- sycl-devops-pr/**
88
- llvmspirv_pulldown
9+
- sycl-rel-**
910
# Do not run builds if changes are only in the following locations
1011
paths-ignore:
1112
- '.github/ISSUE_TEMPLATE/**'

0 commit comments

Comments
 (0)