Skip to content

Commit 3178e2e

Browse files
mcpolo99RandomCrocodile
andauthored
fix(ci): add pre-release branch to CI triggers (#36)
Co-authored-by: RandomCrocodile <mawi@polosab.com>
1 parent 8dee81d commit 3178e2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: ci
22

33
on:
44
push:
5-
branches: [master, feature/**, fix/**]
5+
branches: [master, pre-release, feature/**, fix/**]
66
pull_request:
7-
branches: [master]
7+
branches: [master, pre-release]
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)