Skip to content

Commit 7e4d81a

Browse files
chore(ci): add bugfix and chore branches to CI push triggers
1 parent c0c699f commit 7e4d81a

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
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [ master, 'release/*', 'hotfix/*', 'dependabot/*', 'renovate/*', 'feature/*' ]
5+
branches: [ master, 'release/*', 'hotfix/*', 'dependabot/*', 'renovate/*', 'feature/*', 'bugfix/*', 'chore/*', 'develop' ]
66
pull_request:
77
branches: [ master ]
88

0 commit comments

Comments
 (0)