Skip to content

Commit 94e34e0

Browse files
authored
chore: Enable CI builds for feature branches. (#211)
1 parent 8087dd9 commit 94e34e0

File tree

11 files changed

+21
-21
lines changed

11 files changed

+21
-21
lines changed

.github/workflows/akamai-base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: sdk/akamai-base
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, 'feat/**']
66
paths-ignore:
77
- '**.md' #Do not need to run CI for markdown changes.
88
pull_request:
9-
branches: [main]
9+
branches: [main, 'feat/**']
1010
paths-ignore:
1111
- '**.md'
1212

.github/workflows/akamai-edgekv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: sdk/akamai-edgekv
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, 'feat/**']
66
paths-ignore:
77
- '**.md' #Do not need to run CI for markdown changes.
88
pull_request:
9-
branches: [main]
9+
branches: [main, 'feat/**']
1010
paths-ignore:
1111
- '**.md'
1212

.github/workflows/akamai-edgeworker-sdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: shared/akamai-edgeworker-sdk
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, 'feat/**']
66
paths-ignore:
77
- '**.md' #Do not need to run CI for markdown changes.
88
pull_request:
9-
branches: [main]
9+
branches: [main, 'feat/**']
1010
paths-ignore:
1111
- '**.md'
1212

.github/workflows/cloudflare.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: sdk/cloudflare
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, 'feat/**']
66
paths-ignore:
77
- '**.md' #Do not need to run CI for markdown changes.
88
pull_request:
9-
branches: [main]
9+
branches: [main, 'feat/**']
1010
paths-ignore:
1111
- '**.md'
1212

.github/workflows/common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: shared/common
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, 'feat/**']
66
paths-ignore:
77
- '**.md' #Do not need to run CI for markdown changes.
88
pull_request:
9-
branches: [main]
9+
branches: [main, 'feat/**']
1010
paths-ignore:
1111
- '**.md'
1212

.github/workflows/node-dynamodb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
paths-ignore:
77
- '**.md' #Do not need to run CI for markdown changes.
88
pull_request:
9-
branches: [main]
9+
branches: [main, 'feat/**']
1010
paths-ignore:
1111
- '**.md'
1212

.github/workflows/node-redis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: store/node-server-sdk-redis
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, 'feat/**']
66
paths-ignore:
77
- '**.md' #Do not need to run CI for markdown changes.
88
pull_request:
9-
branches: [main]
9+
branches: [main, 'feat/**']
1010
paths-ignore:
1111
- '**.md'
1212

.github/workflows/sdk-server-edge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: shared/sdk-server-edge
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, 'feat/**']
66
paths-ignore:
77
- '**.md' #Do not need to run CI for markdown changes.
88
pull_request:
9-
branches: [main]
9+
branches: [main, 'feat/**']
1010
paths-ignore:
1111
- '**.md'
1212

.github/workflows/sdk-server.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: shared/sdk-server
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, 'feat/**']
66
paths-ignore:
77
- '**.md' #Do not need to run CI for markdown changes.
88
pull_request:
9-
branches: [main]
9+
branches: [main, 'feat/**']
1010
paths-ignore:
1111
- '**.md'
1212

.github/workflows/server-node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: sdk/server-node
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, 'feat/**']
66
paths-ignore:
77
- '**.md' #Do not need to run CI for markdown changes.
88
pull_request:
9-
branches: [main]
9+
branches: [main, 'feat/**']
1010
paths-ignore:
1111
- '**.md'
1212

0 commit comments

Comments
 (0)