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 name: ci
on: on:
pull_request:
branches:
- master
push: push:
branches: branches:
- master - 'master'
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs: jobs:
ci: ci:

View file

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

View file

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