Automatic python3 Docker workflow

This commit is contained in:
JonnyWong16 2020-03-19 20:18:57 -07:00
commit b9a80d06e4
2 changed files with 4 additions and 3 deletions

View file

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