diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0ad23aa..487f6907 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,14 @@ name: Build on: - push: ~ - pull_request: ~ + push: + paths-ignore: + - "docs/**" + - "*.md" + pull_request: + paths-ignore: + - "docs/**" + - "*.md" release: types: [created] schedule: diff --git a/README.md b/README.md index 4784546c..ef4b95eb 100644 --- a/README.md +++ b/README.md @@ -240,4 +240,5 @@ We provide security fixes for one year since the release of subsequent minor rel | 1.4 | 30th June 2021 | 06th July 2021 | | 1.4.1 | 06th July 2021 | 20th July 2022 | | 1.5 | 20th July 2022 | 21th July 2022 | -| 1.5.1 | 21th July 2022 | | +| 1.5.1 | 21th July 2022 | 13th January 2023 | +| 1.6 | 13th January 2023 | |