From ba6138d78fa1e62a6d032df4a109965f894a7c18 Mon Sep 17 00:00:00 2001 From: phancb Date: Mon, 8 Jan 2024 00:16:54 +0800 Subject: [PATCH] chore: update ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 939786b..e047dd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: docs: runs-on: ubuntu-latest needs: tests - if: ${{ github.ref == 'refs/heads/main' }} + if: ${{ github.ref == 'refs/heads/master' }} steps: - uses: actions/checkout@v3 - name: panvimdoc @@ -48,7 +48,7 @@ jobs: commit_author: "github-actions[bot] " release: name: release - if: ${{ github.ref == 'refs/heads/main' }} + if: ${{ github.ref == 'refs/heads/master' }} needs: - docs - tests