1

include new dev-branch in actions

This commit is contained in:
Christoph
2020-03-28 19:41:02 +01:00
committed by GitHub
parent eb11751663
commit c5d48a561b

View File

@ -4,13 +4,18 @@ on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
- dev
paths-ignore:
- 'documentation/**'
- 'mysql/**'
- 'README.adoc'
- 'Dockerfile'
- 'docker-compose.yaml'
- '.gitignore'
jobs:
build:
runs-on: ubuntu-latest