Update workflows

This commit is contained in:
CrazyMax 2020-05-07 20:57:28 +02:00
parent 8883e35fc5
commit 6e3cb39968
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
3 changed files with 15 additions and 9 deletions

View file

@ -1,12 +1,14 @@
name: ci
on:
pull_request:
branches:
- master
push:
branches:
- master
- 'master'
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
ci:

View file

@ -3,7 +3,9 @@ name: master
on:
push:
branches:
- master
- 'master'
paths-ignore:
- '**.md'
jobs:
prune:

View file

@ -1,12 +1,14 @@
name: test
on:
pull_request:
branches:
- master
push:
branches:
- master
- 'master'
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
test: