Skip to content

Commit 79f7434

Browse files
infra: include workflow trigger test branch
1 parent bc0f9e6 commit 79f7434

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Build (Linux)
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches:
6+
- "main"
7+
- "github-ci-test"
68
pull_request:
79
branches: [ "main" ]
810

0 commit comments

Comments
 (0)