chore: update min dokku version and only test push on master branch
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user