Skip to content

Commit 25d26df

Browse files
chore(ci): Enable CI on v5 (#4198)
1 parent d8c87ad commit 25d26df

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

.github/workflows/buildandtest.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on:
44
push:
55
branches:
66
- main
7+
- v5
78
- release/**
9+
810
pull_request:
911

1012
jobs:

.github/workflows/codegen.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- v5
78
- release/**
89
pull_request:
910

.github/workflows/e2e.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: End-to-End Tests
22

33
on:
44
push:
5-
branches: [main]
5+
branches:
6+
- main
7+
- v5
68
pull_request:
79

810
concurrency:

.github/workflows/native-tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Native Tests
22

33
on:
44
push:
5-
branches: [main]
5+
branches:
6+
- main
7+
- v5
68
pull_request:
79

810
jobs:

.github/workflows/sample-application.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Sample Application
22

33
on:
44
push:
5-
branches: [main]
5+
branches:
6+
- main
7+
- v5
68
pull_request:
79

810
concurrency:

0 commit comments

Comments
 (0)