From 73edce56c1aa66971e346268a8548b800a9aca44 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Fri, 10 May 2024 16:22:29 +0200 Subject: [PATCH] Support branch for atompaw 4.1.x --- .github/workflows/ci.yml | 1 + build.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2eda573..bf882f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: push: branches: - main + - support/** tags: - "v*" workflow_dispatch: diff --git a/build.json b/build.json index 496bbdd..9183c8c 100644 --- a/build.json +++ b/build.json @@ -7,7 +7,7 @@ "default": "phusion/baseimage:focal-1.2.0" }, "ATOMPAW_VERSION": { - "default": "4.2.0.3" + "default": "4.1.1.0" } } } \ No newline at end of file