From 1d3e44447a5a0e0149d897873eeb44f2389256a8 Mon Sep 17 00:00:00 2001 From: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com> Date: Thu, 11 Mar 2021 16:45:25 +0300 Subject: [PATCH] Optimize the angular action --- .github/workflows/angular.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index dfca28338b..a4036f8474 100644 --- a/.github/workflows/angular.yml +++ b/.github/workflows/angular.yml @@ -2,8 +2,14 @@ name: 'Angular' on: pull_request: paths: - - 'npm/ng-packs/**' + - 'npm/ng-packs/**/*.ts' + - 'npm/ng-packs/**/*.html' + - 'npm/ng-packs/*.json' - '!npm/ng-packs/scripts/**' + - '!npm/ng-packs/packages/schematics/**' + branches: + - 'rel-*' + - 'dev' jobs: build-test-lint: runs-on: ubuntu-18.04