Skip to content

Commit 50a39e9

Browse files
committed
turn on builds for maint branch
1 parent 9ca3553 commit 50a39e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: C/C++ CI
22

33
on:
44
push:
5-
branches: [ "master", "clang-ci", "bid" ]
5+
branches: [ "master", "v2.14-maint" ]
66
pull_request:
7-
branches: [ "master", "clang-ci" ]
7+
branches: [ "master", "v2.14-maint" ]
88

99
jobs:
1010
build-gcc:

0 commit comments

Comments
 (0)