Skip to content

Commit

Permalink
Specify paths to trigger github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Beaglefoot committed Mar 13, 2024
1 parent 0d7e40c commit ddab7e6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,25 @@ on:
push:
branches:
- master
paths:
- grammar.js
- src/**
- test/**
- bindings/**
- binding.gyp
- package.json
- yarn.lock
pull_request:
branches:
- master
paths:
- grammar.js
- src/**
- test/**
- bindings/**
- binding.gyp
- package.json
- yarn.lock

jobs:
test:
Expand Down

0 comments on commit ddab7e6

Please sign in to comment.