mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches:
|
||||||
|
- dev
|
||||||
|
- main
|
||||||
paths:
|
paths:
|
||||||
- "version.json"
|
- "version.json"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue