Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(.github): only deploy dogfood on main
  • Loading branch information
ammario committed May 13, 2023
commit 52ac52077a4e1a9d01dc353bc1b7be371240cd3d
11 changes: 6 additions & 5 deletions .github/workflows/dogfood.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down