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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths:
|
||||||
|
- "dogfood/**"
|
||||||
# Uncomment these lines when testing with CI.
|
# Uncomment these lines when testing with CI.
|
||||||
# paths:
|
|
||||||
# - "dogfood/**"
|
|
||||||
# pull_request:
|
# pull_request:
|
||||||
# paths:
|
# paths:
|
||||||
# - "dogfood/**"
|
# - "dogfood/**"
|
||||||
|
Reference in New Issue
Block a user