Skip to content

Commit 3e56ee6

Browse files
committed
Added github workflow to run tests
1 parent db4111b commit 3e56ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ main, master ]
66
pull_request:
7-
branches: [ * ]
7+
branches: [ '**' ]
88
jobs:
99
build-and-test:
1010
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)