dev:修改文件

This commit is contained in:
liubocheng 2025-03-25 22:24:27 +08:00
parent 8393623a81
commit aee70e92ef
1 changed files with 2 additions and 4 deletions

View File

@ -1,11 +1,9 @@
name: Deploy to Test
on:
push:
branches: [dev] # 根据实际分支调整
on: [push]
jobs:
deploy:
runs-on: 【php7.3,self-hosted】 # 必须同时包含两个标签
runs-on: [self-hosted, php-7.3]
steps:
- name: Checkout code
uses: actions/checkout@v4