Update workflows

This commit is contained in:
CrazyMax 2019-11-13 17:10:42 +01:00
parent bfcb34f6f4
commit 7f5f161300
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
2 changed files with 12 additions and 2 deletions

View File

@ -1,11 +1,13 @@
name: build
on:
pull_request:
branches: 'master'
push:
branches: 'master'
tags: '*'
paths:
- '.github/workflows/build.yml'
- 'Dockerfile'
- 'entrypoint.sh'
jobs:
build:

View File

@ -3,8 +3,16 @@ name: test
on:
pull_request:
branches: master
paths:
- '.github/workflows/test.yml'
- 'Dockerfile'
- 'entrypoint.sh'
push:
branches: master
paths:
- '.github/workflows/test.yml'
- 'Dockerfile'
- 'entrypoint.sh'
jobs:
test: