Skip to content

Commit

Permalink
Trigger when package.json changes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwroc authored Jun 9, 2020
1 parent b8fbda1 commit 1aecd4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ on:
paths:
- '**.ts'
- '**.css'
- 'package.json'
pull_request:
branches:
- master
- vNext
paths:
- '**.ts'
- '**.css'
- 'package.json'

jobs:
build:
Expand Down

0 comments on commit 1aecd4e

Please sign in to comment.