mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-03 01:28:39 +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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches:
|
||||||
|
- dev
|
||||||
|
- main
|
||||||
paths:
|
paths:
|
||||||
- "version.json"
|
- "version.json"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user