Skip to content

Commit eea05f9

Browse files
committed
refactor(workflows): add release/* to branch triggers
Signed-off-by: braks <[email protected]>
1 parent e49e898 commit eea05f9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- master
77
- develop
88
- next-release
9+
- release/*
910

1011
env:
1112
PNPM_CACHE_FOLDER: .pnpm-store

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- next-release
7+
- release/*
78
env:
89
CI: true
910
PNPM_CACHE_FOLDER: .pnpm-store

0 commit comments

Comments
 (0)