mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-02 17:08:38 +08:00
add dev trigger
This commit is contained in:
parent
37fcbc9874
commit
d9175b8340
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -3,7 +3,9 @@ name: Release to Github and Artifact
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [main]
|
||||
branches:
|
||||
- dev
|
||||
- main
|
||||
paths:
|
||||
- "version.json"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user