Skip to content

Commit b58b506

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 677ba9f commit b58b506

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/build-project.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ name: Build Project
77
on:
88
push:
99
branches:
10-
- /refs/heads/*
11-
- !main
12-
- !develop
10+
- '*'
11+
- '!main'
12+
- '!develop'
1313
pull_request:
1414
branches:
15-
- main
16-
- develop
15+
- 'main'
16+
- 'develop'
1717

1818
jobs:
1919
build:

.github/workflows/sonarcloud-analysis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ name: SonarCloud Analysis
77
on:
88
push:
99
branches:
10-
- /refs/heads/*
11-
- !main
12-
- !develop
10+
- '*'
11+
- '!main'
12+
- '!develop'
1313
pull_request:
1414
branches:
15-
- main
16-
- develop
15+
- 'main'
16+
- 'develop'
1717

1818
jobs:
1919
build:

0 commit comments

Comments
 (0)