mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 16:21:11 +08:00
Update build-dev.yml
This commit is contained in:
parent
a5fddf9cfe
commit
984b91740c
1 changed files with 4 additions and 2 deletions
6
.github/workflows/build-dev.yml
vendored
6
.github/workflows/build-dev.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'dev'
|
||||||
paths:
|
paths:
|
||||||
- 'DEV-VERSION'
|
- 'DEV-VERSION'
|
||||||
|
|
||||||
|
|
@ -20,7 +20,9 @@ jobs:
|
||||||
GO_VERSION: 1.23.4
|
GO_VERSION: 1.23.4
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
ref: dev
|
||||||
- name: 加载版本号
|
- name: 加载版本号
|
||||||
run: |
|
run: |
|
||||||
if [ -f DEV-VERSION ]; then
|
if [ -f DEV-VERSION ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue