Update workflows
This commit is contained in:
parent
0560912917
commit
ffc0009719
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||||
|
|
5
.github/workflows/ncc.yml
vendored
5
.github/workflows/ncc.yml
vendored
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user