Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit a2af3e7

Browse files
authored
Tweak CI to not trigger on changes to scripts or slides (#98)
1 parent 45282c8 commit a2af3e7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@ name: Scala Course CI
33
on:
44
push:
55
tags: '*'
6+
paths-ignore:
7+
- 'README.md'
8+
- '**/README.md'
9+
- 'slides/**'
10+
- 'scripts/**'
611
branches: [ main ]
712
pull_request:
13+
paths-ignore:
14+
- 'README.md'
15+
- '**/README.md'
16+
- 'slides/**'
17+
- 'scripts/**'
818
branches: [ main ]
919

1020
env:

0 commit comments

Comments
 (0)