chore: update min dokku version and only test push on master branch

This commit is contained in:
Jose Diaz-Gonzalez
2021-04-24 13:57:19 -04:00
parent 63535f934d
commit ec45752306
3 changed files with 6 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ on:
- '*'
push:
branches:
- '*'
- master
jobs:
unit-tests:
@@ -19,6 +19,7 @@ jobs:
matrix:
dokku-version:
- master
- v0.19.0
env:
DOKKU_VERSION: ${{ matrix.dokku-version }}