Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Update workflow trigger conditions (#168)
# Pull Request ## Description This change modifies the GitHub Actions workflow for code testing. It adjusts the trigger conditions for the workflow: 1. For push events, the workflow now only runs on the `main` branch, removing the exclusion for `release-please-*` branches. 2. For pull request events, a new `branches-ignore` condition is added to exclude `release-please-*` branches. These adjustments help streamline the workflow execution by focusing on relevant branches and avoiding unnecessary runs on release-related branches. fixes #169
- Loading branch information