Skip to content

Commit

Permalink
Github action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko committed Jul 12, 2024
1 parent da50a95 commit 0bee669
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 @@ -8,7 +8,7 @@ name: Deploy to Github Pages
# Controls when the action will run.
on:
push:
branches: [ develop ]
branches: [ develop, main ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 0bee669

Please sign in to comment.