Update workflows

This commit is contained in:
CrazyMax 2020-05-24 01:14:15 +02:00
parent d8e22e519c
commit 6f82bb6d5d
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
3 changed files with 13 additions and 9 deletions

View file

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

View file

@ -3,10 +3,11 @@ name: ncc
on:
repository_dispatch:
types:
- 'ncc'
- ncc
push:
branches:
- 'master'
- master
- releases/v*
paths-ignore:
- '**.md'

View file

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