Skip to content

Commit

Permalink
Merge branch '1.6' into 1.7
Browse files Browse the repository at this point in the history
* 1.6:
  [GitHub Actions] Ignore changes in docs in builds
  [GitHub Actions] Ignore md files in builds
  Update README about supported versions
  • Loading branch information
GSadee committed Jan 16, 2023
2 parents 2a10783 + 446fcb7 commit 1170f96
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |

0 comments on commit 1170f96

Please sign in to comment.