Skip to content

Commit f491372

Browse files
committed
remove task we don't want or need for now
1 parent f4c0da3 commit f491372

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy
1+
name: Main
22
on:
33
push:
44
branches: main
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
deploy:
10-
name: Deploy
10+
name: Main
1111
runs-on: ubuntu-latest
1212

1313
permissions:
@@ -28,6 +28,3 @@ jobs:
2828

2929
- name: Test Deno code
3030
run: deno test
31-
32-
- name: Build step
33-
run: "deno task build"

0 commit comments

Comments
 (0)