Skip to content

Commit d3b28ba

Browse files
ammariopull[bot]
authored andcommitted
chore(.github): only deploy dogfood on main (#7518)
1 parent 73bf654 commit d3b28ba

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)