Skip to content

Commit fcde77b

Browse files
authored
chore(.github): only deploy dogfood on main (coder#7518)
1 parent 6bb4a4c commit fcde77b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/dogfood.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ on:
44
push:
55
branches:
66
- main
7-
paths:
8-
- "dogfood/**"
9-
pull_request:
10-
paths:
11-
- "dogfood/**"
7+
# Uncomment these lines when testing with CI.
8+
# paths:
9+
# - "dogfood/**"
10+
# pull_request:
11+
# paths:
12+
# - "dogfood/**"
1213
workflow_dispatch:
1314

1415
jobs:

0 commit comments

Comments
 (0)