Skip to content

Commit

Permalink
ci: trigger nvim-type-check only when lua files are pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Dec 3, 2024
1 parent 528857a commit ed1e046
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: nvim type check
on:
pull_request: ~
push: { branches: [main] }
push:
branches: [main]
paths: ["**.lua"]

jobs:
build:
Expand Down

0 comments on commit ed1e046

Please sign in to comment.