Skip to content

Commit ba199c5

Browse files
authored
Only generate nightly build release if the change includes code.
1 parent 8838512 commit ba199c5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/dev-builds.yml

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ on:
66
push:
77
branches:
88
- master
9+
paths:
10+
- 'src/**'
11+
- '.github/**'
12+
- 'cmake/**'
13+
- 'lib/**'
14+
- 'docs/Settings.md'
15+
- 'CMakeLists.txt'
16+
- '*.sh'
917

1018
jobs:
1119
build:

0 commit comments

Comments
 (0)