From 881145c1cbbbc7f9a2f270f7ef343e01e05ae2e2 Mon Sep 17 00:00:00 2001 From: Zi Xing Date: Sun, 5 Mar 2023 14:26:20 -0500 Subject: [PATCH] Update ncc.yml Final changes to ncc.yml --- .github/workflows/ncc.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ncc.yml b/.github/workflows/ncc.yml index 9948a16..5dd917c 100644 --- a/.github/workflows/ncc.yml +++ b/.github/workflows/ncc.yml @@ -2,9 +2,13 @@ name: NCC Build on: push: - branches: [ master ] + branches: + - master + - dev pull_request: - branches: [ master ] + branches: + - master + - dev jobs: build: