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.
This commit is contained in:
Simon Bruder 2024-01-20 00:38:30 +01:00
parent 0adbd71d84
commit fae055e1a7
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

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