Skip to content

Commit b7efdee

Browse files
committed
[sdk-1244] enable builds if we change workflows or actions as well
1 parent 4c9b6ef commit b7efdee

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/server-sdk-consul-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on:
55
branches: [ main, 'feat/**' ]
66
paths:
77
- 'pkgs/dotnet-server-sdk-consul/**'
8-
- '.github/workflows/server-sdk-consul-ci.yml'
8+
- '.github/**'
99
paths-ignore:
1010
- '**.md' # Do not need to run CI for markdown changes.
1111
pull_request:
1212
branches: [ main, 'feat/**' ]
1313
paths:
1414
- 'pkgs/dotnet-server-sdk-consul/**'
15-
- '.github/workflows/server-sdk-consul-ci.yml'
15+
- '.github/**'
1616
paths-ignore:
1717
- '**.md'
1818

.github/workflows/server-sdk-dynamodb-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on:
55
branches: [ main, 'feat/**' ]
66
paths:
77
- 'pkgs/dotnet-server-sdk-dynamodb/**'
8-
- '.github/workflows/server-sdk-dynamodb-ci.yml'
8+
- '.github/**'
99
paths-ignore:
1010
- '**.md' # Do not need to run CI for markdown changes.
1111
pull_request:
1212
branches: [ main, 'feat/**' ]
1313
paths:
1414
- 'pkgs/dotnet-server-sdk-dynamodb/**'
15-
- '.github/workflows/server-sdk-dynamodb-ci.yml'
15+
- '.github/**'
1616
paths-ignore:
1717
- '**.md'
1818

.github/workflows/server-sdk-redis-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on:
55
branches: [ main, 'feat/**' ]
66
paths:
77
- 'pkgs/dotnet-server-sdk-redis/**'
8-
- '.github/workflows/server-sdk-redis-ci.yml'
8+
- '.github/**'
99
paths-ignore:
1010
- '**.md' # Do not need to run CI for markdown changes.
1111
pull_request:
1212
branches: [ main, 'feat/**' ]
1313
paths:
1414
- 'pkgs/dotnet-server-sdk-redis/**'
15-
- '.github/workflows/server-sdk-redis-ci.yml'
15+
- '.github/**'
1616
paths-ignore:
1717
- '**.md'
1818

0 commit comments

Comments
 (0)