mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore(.github): only deploy dogfood on main (#7518)
This commit is contained in:
@@ -4,11 +4,12 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "dogfood/**"
|
||||
pull_request:
|
||||
paths:
|
||||
- "dogfood/**"
|
||||
# Uncomment these lines when testing with CI.
|
||||
# paths:
|
||||
# - "dogfood/**"
|
||||
# pull_request:
|
||||
# paths:
|
||||
# - "dogfood/**"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user