Skip to content

Commit b7d7543

Browse files
committed
Update Github Actions
1 parent a481962 commit b7d7543

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

.github/workflows/linux.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ name: Linux
22

33
on:
44
push:
5+
paths:
6+
- '.github/workflows/**'
7+
- 'JuceLibraryCode/**'
8+
- 'PluginGenerator/**'
9+
- 'Plugins/**'
10+
- 'Resources/**'
11+
- 'Source/**'
12+
- 'CMakeLists.txt'
13+
- 'HelperFunctions.cmake'
514

615
jobs:
716
build-ubuntu:

.github/workflows/osx.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ name: macOS
22

33
on:
44
push:
5+
paths:
6+
- '.github/workflows/**'
7+
- 'JuceLibraryCode/**'
8+
- 'PluginGenerator/**'
9+
- 'Plugins/**'
10+
- 'Resources/**'
11+
- 'Source/**'
12+
- 'CMakeLists.txt'
13+
- 'HelperFunctions.cmake'
514

615
jobs:
716
build-osx:

.github/workflows/windows.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ name: Windows
22

33
on:
44
push:
5+
paths:
6+
- '.github/workflows/**'
7+
- 'JuceLibraryCode/**'
8+
- 'PluginGenerator/**'
9+
- 'Plugins/**'
10+
- 'Resources/**'
11+
- 'Source/**'
12+
- 'CMakeLists.txt'
13+
- 'HelperFunctions.cmake'
514

615
jobs:
716

0 commit comments

Comments
 (0)