Skip to content

Commit b4518ba

Browse files
author
Dennis Labordus
committed
Also start build on pull requests on main and develop, and pushes noet on main and develop.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent b58b506 commit b4518ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Build Project
77
on:
88
push:
99
branches:
10-
- '*'
10+
- '**'
1111
- '!main'
1212
- '!develop'
1313
pull_request:

.github/workflows/sonarcloud-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: SonarCloud Analysis
77
on:
88
push:
99
branches:
10-
- '*'
10+
- '**'
1111
- '!main'
1212
- '!develop'
1313
pull_request:

0 commit comments

Comments
 (0)