From 58c8fc47cafd7ba532204620d2aa1d04d865d82e Mon Sep 17 00:00:00 2001 From: yangk Date: Wed, 8 Sep 2021 17:22:18 +0800 Subject: [PATCH] modified github action --- .github/workflows/commit-ci-build.yml | 2 +- .github/workflows/pr-ci-build.yml | 2 +- .github/workflows/release-ci-build.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/commit-ci-build.yml b/.github/workflows/commit-ci-build.yml index d25a13e65..d51f310b5 100644 --- a/.github/workflows/commit-ci-build.yml +++ b/.github/workflows/commit-ci-build.yml @@ -2,7 +2,7 @@ name: commit-ci-build on: push: - branches: [master, V5.3] + branches: [master, V5.3, V5.4] jobs: build: diff --git a/.github/workflows/pr-ci-build.yml b/.github/workflows/pr-ci-build.yml index 32d29ee87..964aae8a5 100644 --- a/.github/workflows/pr-ci-build.yml +++ b/.github/workflows/pr-ci-build.yml @@ -2,7 +2,7 @@ name: pr-ci-build on: pull_request: - branches: [master, V5.3] + branches: [master, V5.3, V5.4] jobs: build: diff --git a/.github/workflows/release-ci-build.yml b/.github/workflows/release-ci-build.yml index 2a8c9ce0e..5eb2ca598 100644 --- a/.github/workflows/release-ci-build.yml +++ b/.github/workflows/release-ci-build.yml @@ -2,7 +2,7 @@ name: release-ci-build on: release: - branches: [master, V5.3] + branches: [master, V5.3, V5.4] workflow_dispatch: jobs: @@ -24,4 +24,4 @@ jobs: DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} DOMESTIC_DOCKER_PASSWORD: ${{ secrets.DOMESTIC_DOCKER_PASSWORD }} DOMESTIC_DOCKER_USERNAME: ${{ secrets.DOMESTIC_DOCKER_USERNAME }} - run: VERSION=v5.3.3-release ./release.sh all push + run: VERSION=v5.4.0-release ./release.sh all push