Skip to content

Commit

Permalink
run 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 a589dba commit 6475167
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Deploy
on:
# manual trigger
workflow_dispatch:
push:
branches:
- main
workflow_dispatch: # manual trigger

jobs:
deploy:
Expand Down

0 comments on commit 6475167

Please sign in to comment.