Commit 16fc7c0

NobodyForNothing <82763757+NobodyForNothing@users.noreply.github.com>
2023-05-18 12:04:10
limit cases where CI runs
1 parent eb6cb02
Changed files (1)
.github
workflows
.github/workflows/CI.yml
@@ -3,6 +3,13 @@ name: CI
 on:
   push:
     branches: '**'
+    paths:
+      - "lib/**"
+      - "android/**"
+      - "assets/**"
+      - "linux/**"
+      - "windows/**"
+      - ".github/workflows/CI.yml"
 
 jobs:
   test: