hotfix(.github): only push dogfood template when /dogfood changes

This commit is contained in:
Ammar Bandukwala
2023-05-14 20:13:37 +00:00
parent 50f2d0c7e9
commit 0f4717e471

View File

@ -4,9 +4,9 @@ on:
push:
branches:
- main
paths:
- "dogfood/**"
# Uncomment these lines when testing with CI.
# paths:
# - "dogfood/**"
# pull_request:
# paths:
# - "dogfood/**"