Skip to content

Commit

Permalink
🚀 add path rule to workflow (#362)
Browse files Browse the repository at this point in the history
Signed-off-by: Achim Krämer <[email protected]>
  • Loading branch information
pxlfrk authored Feb 13, 2024
1 parent 5c8bc10 commit 0fe983d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Deploy Documenation site to GitHub Pages
on:
push:
branches: ['main']
paths: ['docs/**']
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 0fe983d

Please sign in to comment.