Skip to content

Commit 7099533

Browse files
Recursive globs on containers (#3876)
1 parent 9cbeab9 commit 7099533

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on:
55
branches: [ main ]
66
paths:
77
- .github/workflows/containers.yml
8-
- containers/*
8+
- containers/**
99
pull_request:
1010
branches: [ main ]
1111
paths:
1212
- .github/workflows/containers.yml
13-
- containers/*
13+
- containers/**
1414

1515
jobs:
1616
nix-runner:

0 commit comments

Comments
 (0)