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/**'