Skip to content

Commit

Permalink
Fix branch name in deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
spilth committed Sep 20, 2023
1 parent 52ceb90 commit 3992aed
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 @@ -2,7 +2,7 @@ name: Deploy
on:
push:
branches:
- master
- main
jobs:
deploy:
name: Deploy app
Expand Down

0 comments on commit 3992aed

Please sign in to comment.