Skip to content

Commit 2a39848

Browse files
aidangarskedanielinux
authored andcommitted
Add back master checkout for flows
1 parent fd087e4 commit 2a39848

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cppcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CppCheck code linter
22

33
on:
44
push:
5-
branches: [ '*' ]
5+
branches: [ 'master', 'main', 'release/**' ]
66
pull_request:
77
branches: [ '*' ]
88

.github/workflows/freebsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: FreeBSD interop tests
22

33
on:
44
push:
5-
branches: [ '*' ]
5+
branches: [ 'master', 'main', 'release/**' ]
66
pull_request:
77
branches: [ '*' ]
88

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Linux interop tests
22

33
on:
44
push:
5-
branches: [ '*' ]
5+
branches: [ 'master', 'main', 'release/**' ]
66
pull_request:
77
branches: [ '*' ]
88

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: macOS interop tests
22

33
on:
44
push:
5-
branches: [ '*' ]
5+
branches: [ 'master', 'main', 'release/**' ]
66
pull_request:
77
branches: [ '*' ]
88

0 commit comments

Comments
 (0)