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