Really remove paths-ignore config in CI

Turns out I missed a spot previously. This should really fix #306 now.
This commit is contained in:
Hanno Braun 2022-03-09 14:47:29 +01:00
parent e52f9927f2
commit 70b96868c9

View File

@ -15,9 +15,6 @@ on:
- opened - opened
- reopened - reopened
- synchronize - synchronize
paths-ignore:
- ".vscode/**"
- "**.md"
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always