Skip to content

Commit 5012283

Browse files
author
David Cavazos
committed
use double star on paths
1 parent 932c00a commit 5012283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cloud-samples-tools-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ on:
1818
branches:
1919
- main
2020
paths:
21-
- .github/cloud-samples-tools/
21+
- .github/cloud-samples-tools/**
2222
pull_request:
2323
paths:
24-
- .github/cloud-samples-tools/
24+
- .github/cloud-samples-tools/**
2525

2626
env:
2727
GO_VERSION: ^1.22.0

0 commit comments

Comments
 (0)