branch: externals/colorful-mode
commit 444bf993721b5dd6fc8ab88952d1aa47e3930e96
Author: JenChieh <[email protected]>
Commit: JenChieh <[email protected]>

    ci: Fix branch name
---
 .github/workflows/test.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 82af844a9e..5e14cbbc1e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -3,7 +3,7 @@ name: CI
 on:
   push:
     branches:
-      - master
+      - main
   pull_request:
   workflow_dispatch:
 
@@ -46,7 +46,7 @@ jobs:
         version: 'snapshot'
 
     - name: Run tests
-      run:
+      run: |
         eask install-deps
         eask compile
         eask lint checkodc

Reply via email to