There was an error while loading. Please reload this page.
1 parent 71abd87 commit ebbdd1fCopy full SHA for ebbdd1f
.github/workflows/sycl-zizmor.yml
@@ -3,6 +3,8 @@ name: Zizmor
3
on:
4
workflow_dispatch:
5
push:
6
+ branches:
7
+ - sycl
8
# Although workflow files (.yml) should only be placed in the
9
# .github/workflows directory, composite actions may be placed anywhere.
10
# Here in intel/llvm composite actions are placed in the devops/actions
@@ -13,6 +15,12 @@ on:
13
15
paths:
14
16
- '.github/workflows/**/*.yml'
17
- 'devops/actions/**/*.yml'
18
+ pull_request:
19
20
21
+ paths:
22
+ - '.github/workflows/**/*.yml'
23
+ - 'devops/actions/**/*.yml'
24
25
permissions: {}
26
0 commit comments