diff options
author | seth <getchoo@tuta.io> | 2023-07-26 14:34:11 -0400 |
---|---|---|
committer | seth <getchoo@tuta.io> | 2023-07-26 14:49:05 -0400 |
commit | 1974bb7e59803fc9fc219a8d7f59896320bd58ea (patch) | |
tree | b3df3edbf3af14a042890ed889a55f94a955c4e8 | |
parent | bcadffa0e365581e818609ee990de395a228526f (diff) | |
download | PrismLauncher-1974bb7e59803fc9fc219a8d7f59896320bd58ea.tar.gz PrismLauncher-1974bb7e59803fc9fc219a8d7f59896320bd58ea.tar.bz2 PrismLauncher-1974bb7e59803fc9fc219a8d7f59896320bd58ea.zip |
chore(ci): cleanup garnix.yaml
Signed-off-by: seth <getchoo@tuta.io>
-rw-r--r-- | garnix.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/garnix.yaml b/garnix.yaml index 755396f7..3bf14524 100644 --- a/garnix.yaml +++ b/garnix.yaml @@ -1,5 +1,6 @@ builds: exclude: [] include: - - "devShells.*-linux.*" - - "packages.*-linux.*" + - "checks.x86_64-linux.*" + - "devShells.*.*" + - "packages.*.*" |