From dae2e15c62405c5335e0e09b9eea739c96d460d5 Mon Sep 17 00:00:00 2001 From: Vicente Cheng Date: Wed, 19 Jun 2024 15:10:19 +0800 Subject: [PATCH] GHA: fix branch name - we should use `main` instead `master` Signed-off-by: Vicente Cheng --- .github/workflows/dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index b09a4029..fe102120 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -3,7 +3,7 @@ name: Dev Build and Publish on: push: branches: - - master + - main jobs: build-for-dev: @@ -11,4 +11,4 @@ jobs: with: tag: ${{ github.ref_name }}-head push: true - secrets: inherit \ No newline at end of file + secrets: inherit