Skip to content

Commit 2eefad1

Browse files
authored
Fix CI running on all branches pushed
1 parent 86e101c commit 2eefad1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/actions.yml

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

33
on:
44
push:
5-
branches: [ * ]
5+
branches: "**"
66
pull_request:
77
branches: [ main ]
88

0 commit comments

Comments
 (0)