Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Exclude master branch from draft workflow
In the GitHub Actions configuration file (.github/workflows/draft.yml), a new rule has been added to exclude the 'master' branch from triggering the 'draft' workflow. This change ensures that this particular workflow is not unnecessarily run on pushes to the master branch, optimizing our CI/CD pipeline.
- Loading branch information