Skip to content

Commit 11e311c

Browse files
authored
Remove path filters (#229)
1 parent 317b58f commit 11e311c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/check-dist.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ on:
1010
push:
1111
branches:
1212
- main
13-
paths-ignore:
14-
- '**.md'
1513
pull_request:
16-
paths-ignore:
17-
- '**.md'
14+
branches:
15+
- main
1816
workflow_dispatch:
1917

2018
jobs:

0 commit comments

Comments
 (0)