Skip to content

Commit fce2abf

Browse files
ci: quote C++ branch workflow filter
1 parent d3c991a commit fce2abf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.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, refactoring, refactor-to-c++23]
5+
branches: [master, refactoring, "refactor-to-c++23"]
66
pull_request:
77
branches: [master, refactoring]
88

0 commit comments

Comments
 (0)