Skip to content

Commit 058eff4

Browse files
committed
fix: change main branch name
1 parent 6b00533 commit 058eff4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: CI
33

44
on:
55
push:
6-
branches: [ "main" ]
6+
branches: [ "master" ]
77
pull_request:
8-
branches: [ "main" ]
8+
branches: [ "master" ]
99

1010
workflow_dispatch:
1111

@@ -41,4 +41,4 @@ jobs:
4141
uses: actions/upload-artifact@v4
4242
with:
4343
name: unit_test_report
44-
path: app/build/reports/tests/testDebugUnitTest/
44+
path: app/build/reports/tests/testDebugUnitTest/

0 commit comments

Comments
 (0)