mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-25 06:07:38 +00:00
update CI scripts
This commit is contained in:
parent
6e8ef0a29a
commit
ed841b9f32
@ -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
|
||||
|
5
.github/workflows/portable.yml
vendored
5
.github/workflows/portable.yml
vendored
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user