Browse Source

Update angular.yml

pull/2175/head
Mehmet Erim 7 years ago
committed by GitHub
parent
commit
75fcba38fd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/workflows/angular.yml

5
.github/workflows/angular.yml

@ -1,11 +1,6 @@
name: "Angular build and test action" name: "Angular build and test action"
on: on:
pull_request: pull_request:
paths:
- 'npm/ng-packs/**'
branches:
- master
- dev
push: push:
paths: paths:
- 'npm/ng-packs/**' - 'npm/ng-packs/**'

Loading…
Cancel
Save