mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-25 14:17:41 +00:00
update CI scripts
This commit is contained in:
parent
6e8ef0a29a
commit
ed841b9f32
@ -1,5 +1,5 @@
|
|||||||
name:
|
name:
|
||||||
Tomb CI
|
💀 Linux Tomb
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -10,6 +10,10 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- 'doc/**'
|
||||||
|
- 'portable/**'
|
||||||
|
- '*.md'
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
5
.github/workflows/portable.yml
vendored
5
.github/workflows/portable.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: portable tomb
|
name: ☠️ Portable tomb
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
@ -7,6 +7,9 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- 'portable/**'
|
||||||
|
- '.github/workflows/portable.yml'
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
This release adds optional support for Argon2 KDF brute-force
|
This release adds optional support for Argon2 KDF brute-force
|
||||||
protection and introduces support for doas as an alternative to sudo
|
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
|
formatted Tombs, adds zram detection as swap memory, updates
|
||||||
documentation and translations and cleans up the script code. There
|
documentation and translations and cleans up the script code. There
|
||||||
are no major changes nor bug fixes compared to the previous Tomb
|
are no major changes nor bug fixes compared to the previous Tomb
|
||||||
|
Loading…
Reference in New Issue
Block a user