From a2b013402bcb02ebe6004961358fe56f21eb90e0 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sat, 31 Dec 2022 17:29:26 +0800 Subject: [PATCH] update workflows for newest 3.0 branch --- .github/workflows/increment-build-number.yml | 5 ++--- .github/workflows/vuepress-deploy.yml | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/increment-build-number.yml b/.github/workflows/increment-build-number.yml index 9f23a6b2..ca096f11 100644 --- a/.github/workflows/increment-build-number.yml +++ b/.github/workflows/increment-build-number.yml @@ -3,8 +3,7 @@ name: Increment Build Number on: pull_request: branches: - - master - - '*-develop' + - main types: - closed paths: @@ -24,7 +23,7 @@ jobs: - name: Setup PHP uses: sunxyw/workflows/setup-environment@main with: - php-version: 8.0 + php-version: 8.1 php-extensions: swoole, posix, json operating-system: ubuntu-latest use-cache: true diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index e7f4fe7f..b7dd1741 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -2,7 +2,6 @@ name: Docs and Script Auto Deploy on: push: branches: - - master - main paths: - 'docs/**'