Skip to content

Commit

Permalink
[Deno Deploy] Update .github/workflows/deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deno-deploy[bot] authored Apr 24, 2024
1 parent dc565ed commit 5405317
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Deploy
on:
push:
branches: master
branches: feature/denoDeploy
pull_request:
branches: master
branches: feature/denoDeploy

jobs:
deploy:
Expand Down Expand Up @@ -31,9 +31,6 @@ jobs:
- name: Install step
run: "npm install"

- name: Build step
run: "tsc"

- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
Expand Down

0 comments on commit 5405317

Please sign in to comment.