Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 75fc7bd

Browse files
committed
ci: trigger nvim-type-check only when lua files are pushed
1 parent 124a415 commit 75fc7bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: nvim type check
22
on:
33
pull_request: ~
4-
push: { branches: [main] }
4+
push:
5+
branches: [main]
6+
paths: ["**.lua"]
57

68
jobs:
79
build:

0 commit comments

Comments
 (0)