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:
Robbie Davis 2021-08-02 08:22:33 -04:00 committed by GitHub
parent 2f8af9f8e6
commit e3cfbadd9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 155 additions and 51 deletions

View file

@ -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