From 0c3177e56147d57d95e7731f79bffd4f57624178 Mon Sep 17 00:00:00 2001 From: nostalgic853 Date: Sun, 23 Oct 2022 17:16:51 +0800 Subject: [PATCH] Fix CI --- .github/workflows/{build-master.yml => build-stable.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{build-master.yml => build-stable.yml} (97%) diff --git a/.github/workflows/build-master.yml b/.github/workflows/build-stable.yml similarity index 97% rename from .github/workflows/build-master.yml rename to .github/workflows/build-stable.yml index 15c73d1..ee69ede 100644 --- a/.github/workflows/build-master.yml +++ b/.github/workflows/build-stable.yml @@ -1,8 +1,8 @@ -name: Build (master/1.19.2) +name: Build (stable/1.19.2) on: push: branches: - - "master" + - "stable" env: MC_VERSION: "1.19.2"