Skip to content

Commit c28df6b

Browse files
committed
add v1 to branch trigger
1 parent 1a4c667 commit c28df6b

File tree

8 files changed

+9
-0
lines changed

8 files changed

+9
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- v1
78
- release/*
89
paths:
910
- "starship/exposer/**"

.github/workflows/docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- v1
78
- release/*
89
paths:
910
- "starship/docker/**"

.github/workflows/docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
- v1
8+
- release/*
79
paths:
810
- "docs/**"
911
- "learn/**"

.github/workflows/lint-check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- v1
78
- release/*
89
paths:
910
- "starship/charts/**"

.github/workflows/lint-client.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- v1
78
- release/*
89
paths:
910
- "packages/**"

.github/workflows/release.yaml

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

.github/workflows/run-client-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- v1
78
- release/*
89
paths:
910
- "packages/**"

.github/workflows/starship-docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- v1
78
- release/*
89
paths:
910
- "starship/registry/**"

0 commit comments

Comments
 (0)