Skip to content

Commit 64027f4

Browse files
committed
Update GitHub Actions workflow to include new branch for CI testing
Summary: - Modified the `test.yml` workflow file to add `findhao/setup_ci` branch to the list of branches that trigger CI tests on push events. This change ensures that CI tests are executed for the new setup branch, enhancing the testing coverage during development.
1 parent 7128e08 commit 64027f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

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

33
on:
44
push:
5-
branches: [ main, develop ]
5+
branches: [ main, develop, findhao/setup_ci ]
66
pull_request:
77
branches: [ main ]
88
workflow_dispatch:

0 commit comments

Comments
 (0)