Skip to content

Commit cecbb7e

Browse files
ci: add push trigger to deploy-kilo-proxy workflow (fix workflow_dispatch not recognized)
1 parent 9612304 commit cecbb7e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy-kilo-proxy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Deploy Kilo Proxy to Deno Deploy
22

33
on:
44
workflow_dispatch:
5+
push:
6+
paths:
7+
- 'cloudflare-worker/kilo-proxy/kilo_proxy.ts'
58

69
jobs:
710
deploy:

0 commit comments

Comments
 (0)