Skip to content

Commit

Permalink
DEV: Deploy on push to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhieb committed May 16, 2024
1 parent e2fc184 commit 9b02603
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
name: deploy

on:
release:
types: [published]
workflow_dispatch:
push:
branches: [main]

env:
NODE_ENV: CI
Expand Down

0 comments on commit 9b02603

Please sign in to comment.