Skip to content

Commit 397fa16

Browse files
committed
Remove unnecessary path ignores
1 parent 113a32b commit 397fa16

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,9 @@ on:
1414
branches:
1515
- main
1616
paths-ignore:
17-
- 'assets/**'
18-
- 'builds/**'
19-
- 'docs/**'
2017
- '*.md'
2118
pull_request:
2219
paths-ignore:
23-
- 'assets/**'
24-
- 'builds/**'
25-
- 'docs/**'
2620
- '*.md'
2721

2822
run-name: ${{ github.event_name == 'pull_request' && 'Files PR Validation' || 'Files CI Validation' }}

0 commit comments

Comments
 (0)