Skip to content

Commit 7016780

Browse files
committed
ci(workflow): fix push branch triggers — feat/** + fix/** replace feature/**
1 parent a972a94 commit 7016780

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CI
22
on:
33
push:
4-
branches: [main, dev, 'feature/**']
4+
branches: [main, dev, 'feat/**', 'fix/**']
55
pull_request:
66
branches: [main, dev]
77
jobs:

0 commit comments

Comments
 (0)