Skip to content

Commit 0f51498

Browse files
committed
refine paths in DevContainer CI workflow to specific files
1 parent 608402d commit 0f51498

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/devcontainer.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ on:
44
push:
55
branches: [ main, develop ]
66
paths:
7-
- '.devcontainer/**'
7+
- '.devcontainer/Dockerfile'
8+
- '.devcontainer/devcontainer.json'
89
- '.github/workflows/devcontainer.yml'
910
pull_request:
1011
branches: [ main ]
1112
paths:
12-
- '.devcontainer/**'
13+
- '.devcontainer/Dockerfile'
14+
- '.devcontainer/devcontainer.json'
1315
- '.github/workflows/devcontainer.yml'
1416
schedule:
1517
# Test weekly to catch upstream image changes

0 commit comments

Comments
 (0)