Skip to content

Commit b1b1c78

Browse files
committed
Add missing pull request trigger in Windows workflow
1 parent 980d0c8 commit b1b1c78

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/windows.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ on:
1111
- 'Source/**'
1212
- 'CMakeLists.txt'
1313
- 'HelperFunctions.cmake'
14+
pull_request:
15+
paths:
16+
- '.github/workflows/**'
17+
- 'JuceLibraryCode/**'
18+
- 'PluginGenerator/**'
19+
- 'Plugins/**'
20+
- 'Resources/**'
21+
- 'Source/**'
22+
- 'CMakeLists.txt'
23+
- 'HelperFunctions.cmake'
1424

1525
jobs:
1626
build-windows:

0 commit comments

Comments
 (0)