File tree Expand file tree Collapse file tree 6 files changed +26
-46
lines changed Expand file tree Collapse file tree 6 files changed +26
-46
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,13 @@ name: Build
2
2
3
3
on :
4
4
push :
5
- branches : [ "main" ]
5
+ branches :
6
+ - ' *'
7
+ tags :
8
+ - ' v[0-9]+.[0-9]+.[0-9]+'
6
9
pull_request :
7
- branches : [ "main" ]
10
+ branches :
11
+ - ' *'
8
12
9
13
jobs :
10
14
build :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
name : cppcheck
2
+
2
3
on :
3
4
push :
4
- branches : [ "main" ]
5
+ branches :
6
+ - ' *'
7
+ tags :
8
+ - ' v[0-9]+.[0-9]+.[0-9]+'
5
9
pull_request :
6
- branches : [ "main" ]
10
+ branches :
11
+ - ' *'
7
12
8
13
jobs :
9
14
build :
Original file line number Diff line number Diff line change @@ -2,9 +2,13 @@ name: Google Test
2
2
3
3
on :
4
4
push :
5
- branches : [ "main" ]
5
+ branches :
6
+ - ' *'
7
+ tags :
8
+ - ' v[0-9]+.[0-9]+.[0-9]+'
6
9
pull_request :
7
- branches : [ "main" ]
10
+ branches :
11
+ - ' *'
8
12
9
13
env :
10
14
BUILD_TYPE : Release
Original file line number Diff line number Diff line change @@ -2,9 +2,13 @@ name: valgrind
2
2
3
3
on :
4
4
push :
5
- branches : [ "main" ]
5
+ branches :
6
+ - ' *'
7
+ tags :
8
+ - ' v[0-9]+.[0-9]+.[0-9]+'
6
9
pull_request :
7
- branches : [ "main" ]
10
+ branches :
11
+ - ' *'
8
12
9
13
env :
10
14
BUILD_TYPE : Release
Original file line number Diff line number Diff line change 1
1
# README
2
2
3
3
![ CMake Multi Platform Build] ( https://github.com/thorstendikmann/fomss2024aud/actions/workflows/cmake-multi-platform.yml/badge.svg?branch=main )
4
- ![ CMake Single Platform Build] ( https://github.com/thorstendikmann/fomss2024aud/actions/workflows/cmake-single-platform.yml/badge.svg?branch=main )
5
4
![ docker] ( https://github.com/thorstendikmann/fomss2024aud/actions/workflows/valgrind.yml/badge.svg?branch=main )
5
+ ![ gtest] ( https://github.com/thorstendikmann/fomss2024aud/actions/workflows/gtest.yml/badge.svg?branch=main )
6
6
![ valgrind] ( https://github.com/thorstendikmann/fomss2024aud/actions/workflows/valgrind.yml/badge.svg?branch=main )
7
7
![ cppcheck] ( https://github.com/thorstendikmann/fomss2024aud/actions/workflows/cppcheck.yml/badge.svg?branch=main )
8
8
You can’t perform that action at this time.
0 commit comments