Update ncc.yml
Final changes to ncc.yml
This commit is contained in:
parent
0eccff4144
commit
881145c1cb
1 changed files with 6 additions and 2 deletions
8
.github/workflows/ncc.yml
vendored
8
.github/workflows/ncc.yml
vendored
|
@ -2,9 +2,13 @@ name: NCC Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches:
|
||||||
|
- master
|
||||||
|
- dev
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches:
|
||||||
|
- master
|
||||||
|
- dev
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Reference in a new issue