Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize quality check trigger in Github Actions
Simplified the trigger configuration for Quality Checks in quality.yaml. It's now set to run on both 'push' and 'pull_request' events to ensure lint validation occurs not only when changes are pushed but also during pull requests to the repository, improving code stability and reliability.
- Loading branch information