Skip to content

Commit dff3b52

Browse files
authored
chore(ci): Cocoa V9: Run the full CI checks for cocoa-v9 (#5370)
1 parent c2a73eb commit dff3b52

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed

.github/workflows/buildandtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
- v5
7+
- cocoa-v9
88
- release/**
99
pull_request:
1010

.github/workflows/codegen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
- v5
7+
- cocoa-v9
88
- release/**
99
pull_request:
1010

.github/workflows/e2e-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
- v5
7+
- cocoa-v9
88
- release/**
99
pull_request:
1010
types: [opened, synchronize, reopened, labeled]

.github/workflows/native-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
- v5
7+
- cocoa-v9
88
- release/**
99
pull_request:
1010
types: [opened, synchronize, reopened, labeled]

.github/workflows/sample-application-expo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
- v5
7+
- cocoa-v9
88
pull_request:
99
types: [opened, synchronize, reopened, labeled]
1010

.github/workflows/sample-application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
- v5
7+
- cocoa-v9
88
pull_request:
99
types: [opened, synchronize, reopened, labeled]
1010

.github/workflows/testflight.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- cocoa-v9
67

78
pull_request:
89
paths:

0 commit comments

Comments
 (0)