Skip to content

Commit fc747ff

Browse files
authored
Update CI workflow to remove paths-ignore
1 parent e6f90bd commit fc747ff

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@ name: CI
66

77
on:
88
push:
9-
paths-ignore:
10-
- "lib/**/*.md"
11-
129
pull_request:
13-
paths-ignore:
14-
- "lib/**/*.md"
10+
workflow_dispatch:
1511

1612
env:
1713
ELIXIR_ASSERT_TIMEOUT: 2000

0 commit comments

Comments
 (0)