Remove ignored paths for build workflow

Since we have mandatory status checks enabled for pull requests, this
previously caused this action to not run, in turn reporting “Expected —
Waiting for status to be reported” on any PR that only changes the
ignored files.

This change will likely lead to a minor increase in build volume.
However, considering the fraction of cases in which only those files are
changed, it should be negligible.
pull/164/head
Simon Bruder 2024-01-20 00:38:30 +01:00 committed by Theo Reichert
parent 9cf8308e8d
commit b804c634f4
1 changed files with 0 additions and 3 deletions

View File

@ -6,9 +6,6 @@ name: CI build
on:
push:
paths-ignore:
- 'src/main/asciidoc/**'
- 'readme.adoc'
env:
MAVEN_OPTS: -Xmx1G