Skip to content

Commit 904678c

Browse files
committed
Run CI on all PRs + release branches
1 parent cdd67bb commit 904678c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Build
22

33
on:
44
push:
5-
branches: [main]
5+
branches:
6+
- main
7+
- 'release/**'
68
tags:
79
- "v*"
810

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ name: CI
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches:
6+
- main
7+
- 'release/**'
68
tags:
79
- 'v*'
810
pull_request:
9-
branches: [ main ]
1011

1112
concurrency:
1213
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)