Skip to content

🔧 fix(workflows): update workflow references to use 'main' branch for… #21

🔧 fix(workflows): update workflow references to use 'main' branch for…

🔧 fix(workflows): update workflow references to use 'main' branch for… #21

env:
ACTIONS_STEP_DEBUG: true
ACTIONS_RUNNER_DEBUG: true
on:
workflow_dispatch:
push:
branches:
- main
- stage
- feature/**
- bugfix/**
- fix/**
- hotfix/**
- release/**
- dependabot/**
- renovate/**
- chore/**
- test/**
jobs:
call-ci-release-sync:
uses: variablesoftware/github-workflows/.github/workflows/ci-semantic-release-sync.yml@main
# uses: variablesoftware/github-workflows/.github/workflows/ci-semantic-release-sync.yml@38038641148ab8eaa7c9be80d9041a6c8c80641e
# No secrets block needed for GITHUB_TOKEN
# No additional changes required