Update workflows

This commit is contained in:
CrazyMax 2020-05-24 01:13:31 +02:00
parent 0560912917
commit ffc0009719
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
2 changed files with 5 additions and 5 deletions

View File

@ -5,9 +5,8 @@ on:
- cron: '0 10 * * *' # everyday at 10am
push:
branches:
- 'dev'
paths-ignore:
- '**.md'
- dev
- releases/v*
jobs:
ci:

View File

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