Skip to content

Commit e21fa46

Browse files
committed
feat: fix deno workflow
1 parent bf6b4eb commit e21fa46

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Deploy
22
on:
33
push:
4-
branches: main
4+
branches:
5+
- main
56
pull_request:
6-
branches: main
7+
branches:
8+
- main
79

810
jobs:
911
deploy:
@@ -32,5 +34,3 @@ jobs:
3234
project: "philippine-datasets-api"
3335
entrypoint: "main.ts"
3436
root: "."
35-
36-

0 commit comments

Comments
 (0)