Skip to content

Commit 8cefded

Browse files
committed
✨ feat(workflows): add push event triggers for multiple branch patterns in call-ci-semantic-release-sync workflow
1 parent 20b6513 commit 8cefded

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/call-ci-semantic-release-sync.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
on:
2+
workflow_dispatch:
3+
push:
4+
branches:
5+
- main
6+
- stage
7+
- feature/**
8+
- bugfix/**
9+
- fix/**
10+
- hotfix/**
11+
- release/**
12+
- dependabot/**
13+
- renovate/**
14+
- chore/**
15+
- test/**
16+
117
jobs:
218
call-ci-release-sync:
319
uses: variablesoftware/github-workflows/.github/workflows/ci-semantic-release-sync.yml@main

0 commit comments

Comments
 (0)