Update workflows

This commit is contained in:
CrazyMax 2020-05-24 01:14:30 +02:00
parent 33c9c2e18f
commit baf9dbcb82
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
4 changed files with 14 additions and 6 deletions

View File

@ -31,7 +31,7 @@ jobs:
MERGE_COMMIT_MESSAGE: automatic MERGE_COMMIT_MESSAGE: automatic
- -
name: Dispatch event name: Dispatch event
uses: actions/github-script@0.9.0 uses: actions/github-script@v1
with: with:
github-token: ${{secrets.GITHUB_TOKEN}} github-token: ${{secrets.GITHUB_TOKEN}}
script: | script: |

View File

@ -1,12 +1,16 @@
name: ci name: ci
on: on:
schedule:
- cron: '0 10 * * *' # everyday at 10am
pull_request: pull_request:
branches: branches:
- master - master
- releases/v*
push: push:
branches: branches:
- master - master
- releases/v*
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:
- 'master' - master
- releases/v*
paths-ignore: paths-ignore:
- '**.md' - '**.md'

View File

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