chore(.github): only deploy dogfood on main (#7518)

This commit is contained in:
Ammar Bandukwala
2023-05-14 11:32:22 -05:00
committed by GitHub
parent 6bb4a4c3c5
commit fcde77b35f
+6 -5
View File
@@ -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: