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