Skip to content

Commit eb2113f

Browse files
authored
Merge pull request #22 from algorithms-in-action/fix/workflows-triggering-range
Fix(workflows/main.yml): reduce triggering range
2 parents 4331adf + b43d167 commit eb2113f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ name: CI
77
on:
88
push:
99
branches: [ dev ]
10+
paths-ignore:
11+
- 'doc/**' # Ignore all files and subdirectories under "doc/"
12+
- 'docs/**' # Ignore all files and subdirectories under "docs/"
1013
#pull_request:
1114
# branches: [ dev ]
1215

0 commit comments

Comments
 (0)