We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608402d commit 0f51498Copy full SHA for 0f51498
1 file changed
.github/workflows/devcontainer.yml
@@ -4,12 +4,14 @@ on:
4
push:
5
branches: [ main, develop ]
6
paths:
7
- - '.devcontainer/**'
+ - '.devcontainer/Dockerfile'
8
+ - '.devcontainer/devcontainer.json'
9
- '.github/workflows/devcontainer.yml'
10
pull_request:
11
branches: [ main ]
12
13
14
15
16
schedule:
17
# Test weekly to catch upstream image changes
0 commit comments