Skip to content

Commit 9e8676d

Browse files
committed
ci: add feature/monorepo branch to CI and release workflow triggers
1 parent 892e9a1 commit 9e8676d

2 files changed

Lines changed: 2 additions & 2 deletions

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: [main, develop]
5+
branches: [main, develop, feature/monorepo]
66
pull_request:
77
branches: [main, develop]
88
workflow_dispatch:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, feature/monorepo]
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)