Skip to content

Commit fbade38

Browse files
committed
Update CI/CD workflow to ignore additional file types in push events
1 parent 758332f commit fbade38

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/cicd.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ on:
66
- main
77
paths-ignore:
88
- 'README.md'
9+
- 'docs/**'
10+
- 'documents/**'
11+
- '**/*.md'
12+
- '**/*.docx'
13+
- '**/*.pdf'
14+
- '**/*.pptx'
15+
- '**/*.xlsx'
916

1017
permissions:
1118
id-token: write

0 commit comments

Comments
 (0)