commit 87877a06fc7965b4d9c4cbd6bc53e567cedf7192
parent bd47665882a75dc3fedab02c69ed4118752eb404
Author: Ayush Agarwal <ayushnix@fastmail.com>
Date: Tue, 1 Mar 2022 19:13:46 +0530
ci: run actions only when changes made to `tessen`
Diffstat:
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
@@ -1,6 +1,12 @@
---
name: run shellcheck and shfmt
-on: [push, pull_request]
+on:
+ push:
+ paths:
+ - 'tessen'
+ pull_request:
+ paths:
+ - 'tessen'
jobs:
lint:
name: use shellcheck to lint tessen