mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 15:10:22 +00:00
add dev trigger
This commit is contained in:
parent
37fcbc9874
commit
d9175b8340
1 changed files with 3 additions and 1 deletions
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 a new issue