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 name: build
on: on:
pull_request:
branches: 'master'
push: push:
branches: 'master' branches: 'master'
tags: '*' tags: '*'
paths:
- '.github/workflows/build.yml'
- 'Dockerfile'
- 'entrypoint.sh'
jobs: jobs:
build: build:

View File

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