Skip to content

Commit 2ad1308

Browse files
authored
ci: run dogfood.yaml action when the action is updated (coder#7866)
1 parent 2be7ef8 commit 2ad1308

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dogfood.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ on:
66
- main
77
paths:
88
- "dogfood/**"
9+
- ".github/workflows/dogfood.yaml"
910
# Uncomment these lines when testing with CI.
1011
# pull_request:
1112
# paths:
1213
# - "dogfood/**"
14+
# - ".github/workflows/dogfood.yaml"
1315
workflow_dispatch:
1416

1517
jobs:

0 commit comments

Comments
 (0)