Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refine GitHub Actions workflow trigger conditions
- Add paths-ignore to the publish workflow - Ignore changes to non-TS, non-JSON, and non-lock files - Exclude changes in the .vscode folder from triggering the workflow - This optimization reduces unnecessary workflow runs and focuses on relevant code changes
- Loading branch information