From ed841b9f321da3f3288b4b50e222e8b0ee7e127a Mon Sep 17 00:00:00 2001 From: Jaromil Date: Mon, 14 Nov 2022 11:51:04 +0100 Subject: [PATCH] update CI scripts --- .github/workflows/{ci.yml => linux.yml} | 6 +++++- .github/workflows/portable.yml | 5 ++++- ChangeLog.md | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) rename .github/workflows/{ci.yml => linux.yml} (92%) diff --git a/.github/workflows/ci.yml b/.github/workflows/linux.yml similarity index 92% rename from .github/workflows/ci.yml rename to .github/workflows/linux.yml index 58c1a0a..4ed5300 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/linux.yml @@ -1,5 +1,5 @@ name: - Tomb CI + 💀 Linux Tomb on: push: @@ -10,6 +10,10 @@ on: branches: - master pull_request: + paths-ignore: + - 'doc/**' + - 'portable/**' + - '*.md' branches: - master diff --git a/.github/workflows/portable.yml b/.github/workflows/portable.yml index bc94609..200d478 100644 --- a/.github/workflows/portable.yml +++ b/.github/workflows/portable.yml @@ -1,4 +1,4 @@ -name: portable tomb +name: ☠️ Portable tomb on: push: paths: @@ -7,6 +7,9 @@ on: branches: - master pull_request: + paths: + - 'portable/**' + - '.github/workflows/portable.yml' branches: - master diff --git a/ChangeLog.md b/ChangeLog.md index 67e06b5..2ae8318 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,7 +5,7 @@ This release adds optional support for Argon2 KDF brute-force protection and introduces support for doas as an alternative to sudo -for priviledge escalation. It also improves support for BTRFS +for privilege escalation. It also improves support for BTRFS formatted Tombs, adds zram detection as swap memory, updates documentation and translations and cleans up the script code. There are no major changes nor bug fixes compared to the previous Tomb