Update workflows

This commit is contained in:
CrazyMax 2020-05-24 01:15:17 +02:00
parent 3fc0ad887b
commit aa45e0b3de
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
2 changed files with 10 additions and 5 deletions

View File

@ -1,11 +1,16 @@
name: ci name: ci
on: on:
schedule:
- cron: '0 10 * * *' # everyday at 10am
pull_request:
branches:
- master
- releases/v*
push: push:
branches: branches:
- 'master' - master
- 'releases/*' - releases/v*
pull_request:
jobs: jobs:
ci: ci:

View File

@ -3,8 +3,8 @@ name: test
on: on:
push: push:
branches: branches:
- 'master' - master
- 'releases/*' - releases/v*
paths-ignore: paths-ignore:
- '**.md' - '**.md'
pull_request: pull_request: