Update build-dev.yml

This commit is contained in:
里見 灯花 2025-01-15 06:34:41 +08:00 committed by GitHub
parent a5fddf9cfe
commit 984b91740c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- 'main'
- 'dev'
paths:
- 'DEV-VERSION'
@ -20,7 +20,9 @@ jobs:
GO_VERSION: 1.23.4
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: dev
- name: 加载版本号
run: |
if [ -f DEV-VERSION ]; then