Skip to content

Commit 261cd18

Browse files
committed
Fixing CI yaml bug
1 parent 1339dab commit 261cd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: C/C++ CI
22

33
on:
44
push:
5-
branches: [ master, pre-stage, *RC* ]
5+
branches: [ master, pre-stage, '*RC*' ]
66
paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', '**/Makefile.in', 'configure.ac' ]
77
pull_request:
88
branches: [ master ]

0 commit comments

Comments
 (0)