Feature/version bump test (#449)
## Changes - Reconfigured Github workflow for better visibility - Added automated version bump on merge push to Develop branch
This commit is contained in:
parent
2f8af9f8e6
commit
e3cfbadd9d
4 changed files with 155 additions and 51 deletions
6
.github/workflows/nightly-docker.yml
vendored
6
.github/workflows/nightly-docker.yml
vendored
|
|
@ -1,9 +1,7 @@
|
|||
name: Build Nightly Docker
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'develop'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
|
@ -13,6 +11,8 @@ jobs:
|
|||
|
||||
- name: Check Out Repo
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: develop
|
||||
|
||||
- name: NodeJS to Compile WebUI
|
||||
uses: actions/setup-node@v2.1.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue