Skip to content

Commit

Permalink
fix: update action deployment to use main branch
Browse files Browse the repository at this point in the history
closes #5 #10 #12 due to previous commit being deployed
  • Loading branch information
logonoff authored Nov 8, 2024
1 parent afd72a5 commit 3705b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deployment
on:
push:
branches:
- master
- main

jobs:
deploy:
Expand Down

0 comments on commit 3705b4a

Please sign in to comment.