Enhance CI/CD workflow by specifying paths for push and pull request triggers; update documentation with installation instructions and feature update reminders.

This commit is contained in:
Space-Banane
2026-03-18 17:05:40 +01:00
parent f8730b2044
commit ec06127443
2 changed files with 18 additions and 1 deletions
+6
View File
@@ -4,9 +4,15 @@ on:
push:
branches:
- '**'
paths:
- '**/*.ts'
- '**/*.json'
pull_request:
branches:
- main
paths:
- '**/*.ts'
- '**/*.json'
jobs:
build: