v0.7.9 - Customization (#2337)
This commit is contained in:
parent
ccd8c68ad6
commit
ca5afe94d3
3 changed files with 7 additions and 5 deletions
8
.github/workflows/develop-workflow.yml
vendored
8
.github/workflows/develop-workflow.yml
vendored
|
@ -1,10 +1,12 @@
|
|||
name: Nightly Workflow
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types:
|
||||
- closed
|
||||
branches:
|
||||
- develop
|
||||
- '!release/**'
|
||||
- develop
|
||||
- '!release/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
2
.github/workflows/release-workflow.yml
vendored
2
.github/workflows/release-workflow.yml
vendored
|
@ -65,7 +65,7 @@ jobs:
|
|||
- name: Check Out Repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: main
|
||||
ref: develop
|
||||
|
||||
- name: NodeJS to Compile WebUI
|
||||
uses: actions/setup-node@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue