Skip to content

Commit

Permalink
fix(grammar): read also subpath for CI action trigger (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
puria authored Aug 28, 2024
1 parent 3142f3b commit 06e1fc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/grammar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
push:
branches:
- main
paths: [ "grammar" ]
paths: [ "grammar/**" ]

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion grammar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "codemirror-lang-slangroom",
"version": "0.1.0",
"description": "Slangroom language support for CodeMirror",
"description": "Slangroom lezer grammar",
"scripts": {
"test": "mocha test/test.js",
"prepare": "rollup -c"
Expand Down

0 comments on commit 06e1fc0

Please sign in to comment.