Skip to content

Commit c97dcfa

Browse files
committed
Enable CI for release branches
1 parent b08610a commit c97dcfa

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- release/*
78

89
jobs:
910
runBenchmark:

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- release/*
78
push:
89
branches:
910
- main
11+
- release/*
1012
merge_group:
1113
types: [checks_requested]
1214

.github/workflows/webassembly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ on:
22
pull_request:
33
branches:
44
- main
5+
- release/*
56
push:
67
branches:
78
- main
9+
- release/*
810
merge_group:
911
types: [checks_requested]
1012

0 commit comments

Comments
 (0)