From c6f891e94885c92c83d390e347da510a68767c5d Mon Sep 17 00:00:00 2001 From: 404Setup <153366651+404Setup@users.noreply.github.com> Date: Sun, 28 Jul 2024 21:52:03 +0800 Subject: [PATCH] remove and change --- .github/workflows/build.yml | 3 +-- rebuild.cmd | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 rebuild.cmd diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9e164c4..f9a0abb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,8 @@ name: LevelBukkit Server - ver/1.20.6 on: push: - branches: [ "ver/1.20.6" ] + branches: [ "**" ] pull_request: - branches: [ "ver/1.20.6" ] permissions: write-all diff --git a/rebuild.cmd b/rebuild.cmd deleted file mode 100644 index ad165ce..0000000 --- a/rebuild.cmd +++ /dev/null @@ -1 +0,0 @@ -gradle rebuildPatches \ No newline at end of file