Skip to content

Commit

Permalink
Deploy on main push (#1823)
Browse files Browse the repository at this point in the history
* deploy on main push

* fix syntax error
  • Loading branch information
matteenm committed Jul 22, 2024
1 parent 529ecb2 commit 3dcddd3
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 3dcddd3

Please sign in to comment.