We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c44045 commit 3165f61Copy full SHA for 3165f61
.github/workflows/deploy.yml
@@ -2,6 +2,8 @@ name: Deploy to GitHub Pages
2
on:
3
push:
4
branches: [main]
5
+ paths-ignore:
6
+ - 'README.md'
7
workflow_dispatch:
8
9
permissions:
0 commit comments