build: add initial db migration

Also updates build to only run on develop branch after tests succeed
This commit is contained in:
sct
2020-10-29 04:07:42 +00:00
parent 092161e432
commit 6754003b62
3 changed files with 92 additions and 1 deletions

View File

@@ -25,6 +25,8 @@ jobs:
run: yarn build
build_and_push:
name: Build and push Docker image to Docker Hub
needs: test
if: github.ref == 'refs/heads/develop'
runs-on: ubuntu-latest
steps:
- name: checkout