Skip to content

Commit b429c54

Browse files
authored
Enable CI for release branches (#3987)
1 parent b08610a commit b429c54

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-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+
- releases/**
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+
- releases/**
78
push:
89
branches:
910
- main
11+
- releases/**
1012
merge_group:
1113
types: [checks_requested]
1214

.github/workflows/test262.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
pull_request:
44
branches:
55
- main
6+
- releases/**
67
merge_group:
78
types: [checks_requested]
89

.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+
- releases/**
56
push:
67
branches:
78
- main
9+
- releases/**
810
merge_group:
911
types: [checks_requested]
1012

0 commit comments

Comments
 (0)