Skip to content

Commit

Permalink
Merge pull request #15 from TwilioDevEd/update-gh-actions-rules
Browse files Browse the repository at this point in the history
Remove json files from paths-ignore rule
  • Loading branch information
alexisbcc authored Oct 26, 2021
2 parents da1677a + 76da5a6 commit c240a95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ on:
branches: [master]
paths-ignore:
- "**.md"
- "**.json"
pull_request:
branches: [master]
paths-ignore:
- "**.md"
- "**.json"

jobs:
build:
Expand Down

0 comments on commit c240a95

Please sign in to comment.