Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/sycl-zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Zizmor
on:
workflow_dispatch:
push:
branches:
- sycl
# Although workflow files (.yml) should only be placed in the
# .github/workflows directory, composite actions may be placed anywhere.
# Here in intel/llvm composite actions are placed in the devops/actions
Expand All @@ -13,6 +15,12 @@ on:
paths:
- '.github/workflows/**/*.yml'
- 'devops/actions/**/*.yml'
pull_request:
branches:
- sycl
paths:
- '.github/workflows/**/*.yml'
- 'devops/actions/**/*.yml'

permissions: {}

Expand Down
Loading