Skip to content

Commit

Permalink
deploy on main push
Browse files Browse the repository at this point in the history
  • Loading branch information
matteenm committed Jul 22, 2024
1 parent 5af4de7 commit 02da544
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Deploy
on: workflow_dispatch # manual trigger
on:
push:
branches:
- main
workflow_dispatch # manual trigger

jobs:
deploy:
Expand Down

0 comments on commit 02da544

Please sign in to comment.