github-actions
released this
22 Aug 05:03
·
1 commit
to 32e27581fc0c6beccd8aed60835485fc56b9a31a
since this release
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.