Skip to content

Commit c23029a

Browse files
committed
ci(workflows): run ci workflow on push to feature and hotfix branches
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent 4add30f commit c23029a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ on:
1313
pull_request:
1414
push:
1515
branches:
16+
- feat/**
17+
- hotfix/**
1618
- main
1719
workflow_dispatch:
1820
env:

0 commit comments

Comments
 (0)