Skip to content

Commit a517e4c

Browse files
author
Glasspham
committed
Add when changing when updating 3 files without having to redeploy the project
1 parent ea0f43c commit a517e4c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
branches:
66
- main
7+
paths-ignore:
8+
- 'README.md'
9+
- '*.md'
10+
- '.gitignore'
711

812
# Sets permissions of the GITHUB_TOKEN
913
permissions:

0 commit comments

Comments
 (0)