Skip to content

Commit

Permalink
fix: update path in deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pizofreude committed Oct 25, 2023
1 parent 4cff0d2 commit b9ec96f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: Deploy to GitHub Pages
on:
push:
branches:
- 'main/website'
- main
paths:
- '.github/workflows/deploy.yml'
- 'website/**'
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on

Expand Down

0 comments on commit b9ec96f

Please sign in to comment.