update workflows for newest 3.0 branch

This commit is contained in:
crazywhalecc 2022-12-31 17:29:26 +08:00
parent 206f041d29
commit a2b013402b
No known key found for this signature in database
GPG Key ID: 4B0FFA175E762022
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -2,7 +2,6 @@ name: Docs and Script Auto Deploy
on:
push:
branches:
- master
- main
paths:
- 'docs/**'