File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed
Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,15 @@ name: Linux
22
33on :
44 push :
5+ paths :
6+ - ' .github/workflows/**'
7+ - ' JuceLibraryCode/**'
8+ - ' PluginGenerator/**'
9+ - ' Plugins/**'
10+ - ' Resources/**'
11+ - ' Source/**'
12+ - ' CMakeLists.txt'
13+ - ' HelperFunctions.cmake'
514
615jobs :
716 build-ubuntu :
Original file line number Diff line number Diff line change @@ -2,6 +2,15 @@ name: macOS
22
33on :
44 push :
5+ paths :
6+ - ' .github/workflows/**'
7+ - ' JuceLibraryCode/**'
8+ - ' PluginGenerator/**'
9+ - ' Plugins/**'
10+ - ' Resources/**'
11+ - ' Source/**'
12+ - ' CMakeLists.txt'
13+ - ' HelperFunctions.cmake'
514
615jobs :
716 build-osx :
Original file line number Diff line number Diff line change @@ -2,6 +2,15 @@ name: Windows
22
33on :
44 push :
5+ paths :
6+ - ' .github/workflows/**'
7+ - ' JuceLibraryCode/**'
8+ - ' PluginGenerator/**'
9+ - ' Plugins/**'
10+ - ' Resources/**'
11+ - ' Source/**'
12+ - ' CMakeLists.txt'
13+ - ' HelperFunctions.cmake'
514
615jobs :
716
You can’t perform that action at this time.
0 commit comments