From 75fcba38fd2913ca8100a334435589c87f5bfc2d Mon Sep 17 00:00:00 2001 From: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com> Date: Tue, 12 Nov 2019 19:25:24 +0300 Subject: [PATCH] Update angular.yml --- .github/workflows/angular.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index c856887c33..4d229c0178 100644 --- a/.github/workflows/angular.yml +++ b/.github/workflows/angular.yml @@ -1,11 +1,6 @@ name: "Angular build and test action" on: pull_request: - paths: - - 'npm/ng-packs/**' - branches: - - master - - dev push: paths: - 'npm/ng-packs/**'