Skip to content

Commit 03e5fe9

Browse files
Copilotfriggeri
andcommitted
Remove .txt from paths-ignore to allow dependency files
Co-authored-by: friggeri <106686+friggeri@users.noreply.github.com>
1 parent a4f2a37 commit 03e5fe9

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

.github/workflows/dotnet-sdk-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010
- '.github/actions/setup-copilot/**'
1111
paths-ignore:
1212
- '**/*.md'
13-
- '**/*.txt'
1413
- '**/LICENSE*'
1514
- '**/.gitignore'
1615
- '**/.editorconfig'

.github/workflows/go-sdk-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010
- '.github/actions/setup-copilot/**'
1111
paths-ignore:
1212
- '**/*.md'
13-
- '**/*.txt'
1413
- '**/LICENSE*'
1514
- '**/.gitignore'
1615
- '**/.editorconfig'

.github/workflows/nodejs-sdk-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212
- '.github/actions/setup-copilot/**'
1313
paths-ignore:
1414
- '**/*.md'
15-
- '**/*.txt'
1615
- '**/LICENSE*'
1716
- '**/.gitignore'
1817
- '**/.editorconfig'

.github/workflows/python-sdk-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ on:
1313
- '.github/actions/setup-copilot/**'
1414
paths-ignore:
1515
- '**/*.md'
16-
- '**/*.txt'
1716
- '**/LICENSE*'
1817
- '**/.gitignore'
1918
- '**/.editorconfig'

0 commit comments

Comments
 (0)