Skip to content

Commit f55c4c4

Browse files
committed
✨ feat(workflows): update CI workflow triggers to include workflow_dispatch and push events for all relevant branches
1 parent 8487270 commit f55c4c4

2 files changed

Lines changed: 16 additions & 13 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

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,6 @@ name: CI, Release, and Stage Sync
3434

3535
on:
3636
workflow_dispatch:
37-
push:
38-
branches:
39-
- main
40-
- stage
41-
- feature/**
42-
- bugfix/**
43-
- fix/**
44-
- hotfix/**
45-
- release/**
46-
- dependabot/**
47-
- renovate/**
48-
- chore/**
49-
- test/**
5037

5138
workflow_call:
5239
# Define inputs and secrets here if needed for reuse

0 commit comments

Comments
 (0)