mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
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:
parent
0adbd71d84
commit
fae055e1a7
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -6,9 +6,6 @@ name: CI build
|
|||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'src/main/asciidoc/**'
|
||||
- 'readme.adoc'
|
||||
|
||||
env:
|
||||
MAVEN_OPTS: -Xmx1G
|
||||
|
|
Loading…
Reference in a new issue