From 667c0e21185fb6254d6c24ca87d14a46d689c6d6 Mon Sep 17 00:00:00 2001 From: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com> Date: Tue, 12 Nov 2019 19:28:21 +0300 Subject: [PATCH] Update angular.yml --- .github/workflows/angular.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index 4d229c0178..71ac470892 100644 --- a/.github/workflows/angular.yml +++ b/.github/workflows/angular.yml @@ -1,9 +1,14 @@ name: "Angular build and test action" on: pull_request: + paths: + - 'npm/ng-packs/**' + branches: + - master + - dev push: paths: - - 'npm/ng-packs/**' + - 'npm/ng-packs/**' branches: - master - dev