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 - cron: '0 10 * * *' # everyday at 10am
push: push:
branches: branches:
- 'dev' - dev
paths-ignore: - releases/v*
- '**.md'
jobs: jobs:
ci: ci:

View File

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