From b1e385295a25520ed76f327e874cd70af79338cb Mon Sep 17 00:00:00 2001 From: Bluzume <39113159+KuromeSan@users.noreply.github.com> Date: Sun, 5 Sep 2021 10:55:20 +1200 Subject: [PATCH] update workflow --- .github/workflows/linux.yml | 2 -- .github/workflows/macos.yml | 2 -- .github/workflows/windows.yml | 2 -- 3 files changed, 6 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 798a3f6..01384c3 100755 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -3,8 +3,6 @@ name: linux on: push: branches: [ master ] - pull_request: - branches: [ master ] defaults: run: working-directory: ./Horse Isle Server diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 4833c6b..e15f20a 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -3,8 +3,6 @@ name: macos on: push: branches: [ master ] - pull_request: - branches: [ master ] defaults: run: working-directory: ./Horse Isle Server diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index ad8c40d..87be763 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -3,8 +3,6 @@ name: windows on: push: branches: [ master ] - pull_request: - branches: [ master ] defaults: run: working-directory: ./Horse Isle Server