mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
hotfix(.github): only push dogfood template when /dogfood changes
This commit is contained in:
4
.github/workflows/dogfood.yaml
vendored
4
.github/workflows/dogfood.yaml
vendored
@ -4,9 +4,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "dogfood/**"
|
||||
# Uncomment these lines when testing with CI.
|
||||
# paths:
|
||||
# - "dogfood/**"
|
||||
# pull_request:
|
||||
# paths:
|
||||
# - "dogfood/**"
|
||||
|
Reference in New Issue
Block a user