Skip to content

Commit

Permalink
[ci]: Path filtering on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagohm committed Oct 23, 2023
1 parent a736976 commit 72e16d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: Angular

on:
pull_request:
paths:
- 'desktop/**/*.ts'
- 'desktop/**/*.html'
- 'desktop/**/*.scss'
- 'desktop/**/*.js'
- 'desktop/**/*.json'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 72e16d9

Please sign in to comment.