Skip to content

Commit 0247279

Browse files
authored
trigger workflow only on devcontainer/** changes
1 parent 492a88d commit 0247279

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/devcontainers_ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: Test DevContainer Build
22

33
on:
44
push:
5-
branches: [main, test-gh-action-for-devcontainer]
5+
paths:
6+
- '.devcontainer/**'
67
pull_request:
7-
branches: [main]
8+
paths:
9+
- '.devcontainer/**'
810

911
jobs:
1012
build:

0 commit comments

Comments
 (0)