refactor(workflows): add release/* to branch triggers

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-22 19:25:16 +01:00
committed by Braks
parent e49e8987d4
commit eea05f9738
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ on:
- master
- develop
- next-release
- release/*
env:
PNPM_CACHE_FOLDER: .pnpm-store

View File

@@ -4,6 +4,7 @@ on:
push:
branches:
- next-release
- release/*
env:
CI: true
PNPM_CACHE_FOLDER: .pnpm-store