Skip to content

Commit

Permalink
Attempt to get the workflow action to run on package.json changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmcmaster committed Dec 15, 2023
1 parent c378bb1 commit 0f32e47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-ppaas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
- 'package-lock.json'
- 'common/**.js*'
- 'common/**.ts*'
- 'common/**/package.json'
- 'common/package.json'
- 'agent/**.js*'
- 'agent/**.ts*'
- 'agent/**/package.json'
- 'agent/package.json'
- 'controller/**.html'
- 'controller/**.js*'
- 'controller/**.ts*'
- 'controller/**/package.json'
- 'controller/package.json'

name: Pull Request PPaaS
jobs:
Expand Down

0 comments on commit 0f32e47

Please sign in to comment.