Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/akamai-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: sdk/akamai-base

on:
push:
branches: [main]
branches: [main, 'feat/**']
paths-ignore:
- '**.md' #Do not need to run CI for markdown changes.
pull_request:
branches: [main]
branches: [main, 'feat/**']
paths-ignore:
- '**.md'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/akamai-edgekv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: sdk/akamai-edgekv

on:
push:
branches: [main]
branches: [main, 'feat/**']
paths-ignore:
- '**.md' #Do not need to run CI for markdown changes.
pull_request:
branches: [main]
branches: [main, 'feat/**']
paths-ignore:
- '**.md'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/akamai-edgeworker-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: shared/akamai-edgeworker-sdk

on:
push:
branches: [main]
branches: [main, 'feat/**']
paths-ignore:
- '**.md' #Do not need to run CI for markdown changes.
pull_request:
branches: [main]
branches: [main, 'feat/**']
paths-ignore:
- '**.md'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: sdk/cloudflare

on:
push:
branches: [main]
branches: [main, 'feat/**']
paths-ignore:
- '**.md' #Do not need to run CI for markdown changes.
pull_request:
branches: [main]
branches: [main, 'feat/**']
paths-ignore:
- '**.md'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: shared/common

on:
push:
branches: [main]
branches: [main, 'feat/**']
paths-ignore:
- '**.md' #Do not need to run CI for markdown changes.
pull_request:
branches: [main]
branches: [main, 'feat/**']
paths-ignore:
- '**.md'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-dynamodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
paths-ignore:
- '**.md' #Do not need to run CI for markdown changes.
pull_request:
branches: [main]
branches: [main, 'feat/**']
paths-ignore:
- '**.md'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node-redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: store/node-server-sdk-redis

on:
push:
branches: [main]
branches: [main, 'feat/**']
paths-ignore:
- '**.md' #Do not need to run CI for markdown changes.
pull_request:
branches: [main]
branches: [main, 'feat/**']
paths-ignore:
- '**.md'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sdk-server-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: shared/sdk-server-edge

on:
push:
branches: [main]
branches: [main, 'feat/**']
paths-ignore:
- '**.md' #Do not need to run CI for markdown changes.
pull_request:
branches: [main]
branches: [main, 'feat/**']
paths-ignore:
- '**.md'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sdk-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: shared/sdk-server

on:
push:
branches: [main]
branches: [main, 'feat/**']
paths-ignore:
- '**.md' #Do not need to run CI for markdown changes.
pull_request:
branches: [main]
branches: [main, 'feat/**']
paths-ignore:
- '**.md'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/server-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: sdk/server-node

on:
push:
branches: [main]
branches: [main, 'feat/**']
paths-ignore:
- '**.md' #Do not need to run CI for markdown changes.
pull_request:
branches: [main]
branches: [main, 'feat/**']
paths-ignore:
- '**.md'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: sdk/vercel

on:
push:
branches: [main]
branches: [main, 'feat/**']
paths-ignore:
- '**.md' #Do not need to run CI for markdown changes.
pull_request:
branches: [main]
branches: [main, 'feat/**']
paths-ignore:
- '**.md'

Expand Down