From fcbe3c88f2dbd5c36345e28d06f744da04056e37 Mon Sep 17 00:00:00 2001 From: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com> Date: Tue, 12 Nov 2019 19:00:42 +0300 Subject: [PATCH] Update angular.yml --- .github/workflows/angular.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index 1f957dbf4b..d77a9b8cfa 100644 --- a/.github/workflows/angular.yml +++ b/.github/workflows/angular.yml @@ -3,6 +3,9 @@ on: pull_request: paths: - 'npm/ng-packs/**' + push: + paths: + - 'npm/ng-packs/**' jobs: build: runs-on: ubuntu-18.04 @@ -11,5 +14,6 @@ jobs: - uses: actions/setup-node@v1 with: node-version: '10.x' - - run: cd npm/ng-packs && npm install + - run: pwd && npm install + working-directory: npm/ng-packs - run: pwd