diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container-image.yml similarity index 100% rename from .github/workflows/build-container.yml rename to .github/workflows/build-container-image.yml diff --git a/.github/workflows/test-iso.yml b/.github/workflows/test-iso.yml index 4039402..0465b1b 100644 --- a/.github/workflows/test-iso.yml +++ b/.github/workflows/test-iso.yml @@ -1,6 +1,7 @@ name: Test Generate ISO on: + merge_group: pull_request: branches: - main diff --git a/Makefile b/Makefile index 49945e2..b189d20 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ VERSION = 39 IMAGE_REPO = ghcr.io/ublue-os IMAGE_NAME = base-main IMAGE_TAG = $(version) -VARIANT = Silverblue +VARIANT = Kinoite WEB_UI = false # Generated vars