Skip to content

Commit 7bac60f

Browse files
committed
chore: don't run CI on readme changes
1 parent b485646 commit 7bac60f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
# using the `master` branch as the default branch.
66
push:
77
branches: [main]
8+
paths-ignore:
9+
- "README.md"
10+
- "readme.md"
811

912
# Allows you to run this workflow manually from the Actions tab
1013
workflow_dispatch:

0 commit comments

Comments
 (0)