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
|
||||
push:
|
||||
branches:
|
||||
- 'dev'
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- dev
|
||||
- releases/v*
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
|
5
.github/workflows/ncc.yml
vendored
5
.github/workflows/ncc.yml
vendored
|
@ -3,10 +3,11 @@ name: ncc
|
|||
on:
|
||||
repository_dispatch:
|
||||
types:
|
||||
- 'ncc'
|
||||
- ncc
|
||||
push:
|
||||
branches:
|
||||
- 'dev'
|
||||
- dev
|
||||
- releases/v*
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user