mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-23 00:25:35 +08:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
5
.github/workflows/increment-build-number.yml
vendored
5
.github/workflows/increment-build-number.yml
vendored
@@ -3,8 +3,7 @@ name: Increment Build Number
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
- '*-develop'
|
|
||||||
types:
|
types:
|
||||||
- closed
|
- closed
|
||||||
paths:
|
paths:
|
||||||
@@ -24,7 +23,7 @@ jobs:
|
|||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: sunxyw/workflows/setup-environment@main
|
uses: sunxyw/workflows/setup-environment@main
|
||||||
with:
|
with:
|
||||||
php-version: 8.0
|
php-version: 8.1
|
||||||
php-extensions: swoole, posix, json
|
php-extensions: swoole, posix, json
|
||||||
operating-system: ubuntu-latest
|
operating-system: ubuntu-latest
|
||||||
use-cache: true
|
use-cache: true
|
||||||
|
|||||||
1
.github/workflows/vuepress-deploy.yml
vendored
1
.github/workflows/vuepress-deploy.yml
vendored
@@ -2,7 +2,6 @@ name: Docs and Script Auto Deploy
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
|
|||||||
Reference in New Issue
Block a user