fix: restrict propagation workflow triggers to main/development only

This commit is contained in:
GitHub Actions
2026-02-06 02:45:36 +00:00
parent 77813b1533
commit 5f73c69348

View File

@@ -5,8 +5,6 @@ on:
branches:
- main
- development
- 'feature/**'
- 'hotfix/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}