Skip to content

Commit

Permalink
chore: publish on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
ndavd committed Jan 13, 2024
1 parent 8ce0ba9 commit 8c072b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Deploy to GitHub Pages
env:
BUILD_PATH: dist
on:
workflow_dispatch:
push:
branches:
- main
permissions:
contents: write
pages: write
Expand Down

0 comments on commit 8c072b4

Please sign in to comment.