Skip to content

Commit

Permalink
Merge pull request #80 from MatteoPologruto/fix-check-packaging-ncc-typo
Browse files Browse the repository at this point in the history
Fix workflow's name typo in trigger events
  • Loading branch information
MatteoPologruto authored May 29, 2023
2 parents a5678b7 + 5bf89e4 commit 149f6c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-packaging-ncc-typescript-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
on:
push:
paths:
- ".github/workflows/check-packaging-ncc-typescript-npm.ya?ml"
- ".github/workflows/check-packaging-ncc-typescript-task.ya?ml"
- "lerna.json"
- "package.json"
- "package-lock.json"
Expand All @@ -16,7 +16,7 @@ on:
- "**.[jt]sx?"
pull_request:
paths:
- ".github/workflows/check-packaging-ncc-typescript-npm.ya?ml"
- ".github/workflows/check-packaging-ncc-typescript-task.ya?ml"
- "lerna.json"
- "package.json"
- "package-lock.json"
Expand Down

0 comments on commit 149f6c8

Please sign in to comment.