We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2cee9e commit e7372f7Copy full SHA for e7372f7
.github/workflows/hlsl-macos.yaml
@@ -10,15 +10,15 @@ on:
10
branches:
11
- main
12
paths:
13
- - 'llvm/**/DirectX/**'
14
- - '.github/workflows/hlsl*'
15
- - '.github/workflows/hlsl/*'
+ - llvm/**/DirectX/**
+ - .github/workflows/hlsl*
+ - .github/workflows/hlsl/*
16
- clang/*HLSL*/**/*
17
- clang/**/*HLSL*
18
- llvm/**/Frontend/HLSL/**/*
19
20
jobs:
21
- macOS-Metal-Clang:
+ HLSL-macOS:
22
uses: ./.github/workflows/hlsl/hlsl-all.yaml
23
with:
24
OS: macOS
0 commit comments