Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 6b30221

Browse files
feat(ci): run actions for 'feature/*' branches
1 parent 0886094 commit 6b30221

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

.github/workflows/build-push-cms.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- development
8+
- 'feature/**'
89

910
jobs:
1011
push_to_registries:

.github/workflows/build-push-web.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- development
8+
- 'feature/**'
89
paths:
910
- web/**
1011

.github/workflows/verify-cms.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- development
8+
- 'feature/**'
89
paths:
910
- cms/**
1011
pull_request:

.github/workflows/verify-web.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ on:
55
branches:
66
- main
77
- development
8+
- 'feature/**'
89
paths:
910
- web/**
1011
pull_request:
1112
branches:
1213
- main
1314
- development
15+
- 'feature/**'
1416
paths:
1517
- web/**
1618

0 commit comments

Comments
 (0)