Skip to content

Commit c322506

Browse files
authored
Merge branch 'main' into copilot/add-testcontainers-dotnet-skill
2 parents aaff97d + c9307d6 commit c322506

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test-skills.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ name: Test Skills
33
on:
44
push:
55
branches: [ main, copilot/** ]
6+
paths:
7+
- 'plugins/testcontainers/**'
8+
- '.github/workflows/test-skills.yml'
69
pull_request:
710
branches: [ main ]
11+
paths:
12+
- 'plugins/testcontainers/**'
13+
- '.github/workflows/test-skills.yml'
814

915
jobs:
1016
detect-changes:

0 commit comments

Comments
 (0)