Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit 3ec079c

Browse files
authored
Update compile-test.yml
Signed-off-by: Eason Lu <[email protected]>
1 parent 788e1f5 commit 3ec079c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/compile-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: C++ compile tester
33
on:
44
pull_request:
55
branches:
6-
- main
6+
- '*'
77
push:
88
branches:
9-
- main
9+
- '*'
1010
release:
1111
branches:
12-
- main
12+
- '*'
1313

1414
jobs:
1515
build:

0 commit comments

Comments
 (0)