Skip to content

Commit 15026dd

Browse files
committed
feat!: version 12
1 parent e380eab commit 15026dd

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.github/workflows/docker-build-experimental.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ permissions:
44
on:
55
push:
66
branches:
7-
- feat/version-10
8-
- feat/openid-only
9-
- feat/cost
7+
- feat/version-12
108

119
jobs:
1210
push_to_registry:

.github/workflows/python-CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ permissions:
44

55
on:
66
push:
7-
branches: [main, feat/bedrock, feat/cost]
7+
branches:
8+
- main
9+
- feat/version-12
810
pull_request:
911
paths:
1012
- "**/*.py"

.github/workflows/typescript-CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ permissions:
44

55
on:
66
push:
7-
branches: [main, feat/bedrock, feat/cost]
7+
branches:
8+
- main
9+
- feat/version-12
810
pull_request:
911
paths:
1012
- "app/**"

.github/workflows/typescript-packages-CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ permissions:
44

55
on:
66
push:
7-
branches: [main, feat/bedrock, feat/cost]
7+
branches:
8+
- main
9+
- feat/version-12
810
pull_request:
911
paths:
1012
- "js/**"

0 commit comments

Comments
 (0)