Skip to content

Commit 01cc224

Browse files
committed
Restore cross-platform builds on PRs
1 parent 64eb6bc commit 01cc224

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

.github/workflows/linux.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-ubuntu:

.github/workflows/osx.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-osx:

.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)