Skip to content

Commit 5cf7d94

Browse files
added path ignores to deploy.yaml
1 parent ee62460 commit 5cf7d94

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ on:
88
push:
99
branches:
1010
- master
11+
paths-ignore:
12+
- "README.md"
13+
- "presentation/**"
14+
- ".vscode/**"
15+
- "docker-compose.yml"
16+
- ".gitignore"
1117

1218
jobs:
1319
deploy:

0 commit comments

Comments
 (0)