Skip to content

Commit

Permalink
ci: trigger ci on workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
b0o committed Oct 16, 2024
1 parent 3af8dfb commit 1ffc034
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 @@ -9,13 +9,15 @@ on:
- test/**
- bindings/**
- binding.gyp
- .github/workflows/ci.yml
pull_request:
paths:
- grammar.js
- src/**
- test/**
- bindings/**
- binding.gyp
- .github/workflows/ci.yml

concurrency:
group: ${{github.workflow}}-${{github.ref}}
Expand Down

0 comments on commit 1ffc034

Please sign in to comment.