[Build] Add DevelNUI branch to workflows (#2135)
authorWonYoung Choi <wy80.choi@samsung.com>
Wed, 28 Oct 2020 05:11:31 +0000 (14:11 +0900)
committerGitHub <noreply@github.com>
Wed, 28 Oct 2020 05:11:31 +0000 (14:11 +0900)
* Update branch-metadata.yml

* Update build-pull-request.yml

* Update build-branches.yml

.github/branch-metadata.yml
.github/workflows/build-branches.yml
.github/workflows/build-pull-request.yml

index ae8f4c0..4bd1492 100644 (file)
@@ -27,3 +27,6 @@ API4:
   labels: [ API4 ]
   tizen-branch: tizen_4.0
   version-prefix: 4.0.1
+
+DevelNUI:
+  labels: [ Devel-NUI ]
index a4a4d7d..a38a32d 100644 (file)
@@ -4,6 +4,7 @@ on:
   push:
     branches:
     - master
+    - DevelNUI
     - API*
 
     paths:
index f91e5a8..6e9e666 100644 (file)
@@ -4,6 +4,7 @@ on:
   pull_request:
     branches:
     - master
+    - DevelNUI
     - API*
 
 jobs: