Skip to content

Commit e7372f7

Browse files
committed
Trying to get the paths right to trigger
1 parent b2cee9e commit e7372f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/hlsl-macos.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ on:
1010
branches:
1111
- main
1212
paths:
13-
- 'llvm/**/DirectX/**'
14-
- '.github/workflows/hlsl*'
15-
- '.github/workflows/hlsl/*'
13+
- llvm/**/DirectX/**
14+
- .github/workflows/hlsl*
15+
- .github/workflows/hlsl/*
1616
- clang/*HLSL*/**/*
1717
- clang/**/*HLSL*
1818
- llvm/**/Frontend/HLSL/**/*
1919

2020
jobs:
21-
macOS-Metal-Clang:
21+
HLSL-macOS:
2222
uses: ./.github/workflows/hlsl/hlsl-all.yaml
2323
with:
2424
OS: macOS

0 commit comments

Comments
 (0)