Skip to content

Commit 0f4717e

Browse files
committed
hotfix(.github): only push dogfood template when /dogfood changes
1 parent 50f2d0c commit 0f4717e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dogfood.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- "dogfood/**"
79
# Uncomment these lines when testing with CI.
8-
# paths:
9-
# - "dogfood/**"
1010
# pull_request:
1111
# paths:
1212
# - "dogfood/**"

0 commit comments

Comments
 (0)