Update Docker build workflows

This commit is contained in:
JonnyWong16 2020-02-27 14:49:07 -08:00
parent 47d51f92c7
commit 5aa59b93b0
2 changed files with 6 additions and 3 deletions

View file

@ -1,5 +1,7 @@
name: Publish Docker Branch
on: [push]
on:
push:
branches: [master, beta, nightly]
jobs:
build:
runs-on: ubuntu-latest

View file

@ -1,7 +1,8 @@
name: Publish Docker Release
on:
release:
types: [published, prereleased]
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest