Skip to content

Commit 992b3b8

Browse files
bk86amichalosmenda
andcommitted
ci: skip CI checks for documentation and data-only changes (#42)
Add paths-ignore filters for .md and .csv files so that PRs updating only documentation or data (e.g. tercet_missing_codes.csv) do not trigger the full code-oriented CI pipeline. Closes #41 Co-authored-by: OSMENDA Michal <michal.osmenda@ext.ec.europa.eu>
1 parent 4c6f4b2 commit 992b3b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ name: CI
33
on:
44
push:
55
branches: [main]
6+
paths-ignore:
7+
- '**.md'
8+
- '**.csv'
69
pull_request:
710
branches: [main]
11+
paths-ignore:
12+
- '**.md'
13+
- '**.csv'
814

915
permissions:
1016
contents: read

0 commit comments

Comments
 (0)