Skip to content

Commit

Permalink
actions: consolidate deploy and test-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Oct 21, 2024
1 parent c15f465 commit 96e6603
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Deploy
on: [push]
name: Build & Deploy

on: [push, pull_request]

jobs:
deploy:
Expand Down

0 comments on commit 96e6603

Please sign in to comment.