Skip to content

Applying code cleanup #119

Applying code cleanup

Applying code cleanup #119

name: Pre-release
on:
pull_request:
branches: ["main"]
types: ["opened", "synchronize", "reopened"]
jobs:
create_release_candidate:
name: Create release candidate
uses: davidsonbrsilva/versioning-workflow/.github/workflows/create-pre-release-template.yml@feature/applying-code-cleanup
with:
main_branch: "main"
feature_branches: "feature"
release_branches: "release"
hotfix_branches: "hotfix"
permissions:
contents: write