Skip to content

Commit 48b2ea0

Browse files
committed
CI: Update to run CI for develp branch; Properly exclude other CI files
1 parent 3980bbb commit 48b2ea0

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.github/workflows/testmatrix.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ on:
99
- '*.md'
1010
- '*.svg'
1111
- '*.png'
12+
- .github/workflows/testreporting.yml
1213
- .github/workflows/testwindows.yml
13-
branches: [ "master" ]
14+
branches: [ "master", "develop" ]
1415
pull_request:
1516
paths-ignore:
1617
- 'docs/**'
@@ -19,8 +20,9 @@ on:
1920
- '*.md'
2021
- '*.svg'
2122
- '*.png'
23+
- .github/workflows/testreporting.yml
2224
- .github/workflows/testwindows.yml
23-
branches: [ "master" ]
25+
branches: [ "master", "develop" ]
2426

2527
env:
2628
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

.github/workflows/testreporting.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,19 @@ on:
88
- README.*
99
- '*.md'
1010
- '*.svg'
11+
- .github/workflows/testmatrix.yml
1112
- .github/workflows/testwindows.yml
12-
branches: [ "master" ]
13+
branches: [ "master", "develop" ]
1314
pull_request:
1415
paths-ignore:
1516
- 'docs/**'
1617
- readme.*
1718
- README.*
1819
- '*.md'
1920
- '*.svg'
21+
- .github/workflows/testmatrix.yml
2022
- .github/workflows/testwindows.yml
21-
branches: [ "master" ]
23+
branches: [ "master", "develop" ]
2224

2325
env:
2426
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

.github/workflows/testwindows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- '*.png'
1212
- .github/workflows/testmatrix.yml
1313
- .github/workflows/testreporting.yml
14-
branches: [ "master" ]
14+
branches: [ "master", "develop" ]
1515
pull_request:
1616
paths-ignore:
1717
- 'docs/**'
@@ -22,7 +22,7 @@ on:
2222
- '*.png'
2323
- .github/workflows/testmatrix.yml
2424
- .github/workflows/testreporting.yml
25-
branches: [ "master" ]
25+
branches: [ "master", "develop" ]
2626

2727
env:
2828
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

0 commit comments

Comments
 (0)