From 0b208ad564f47a7b835506304b482ad6dca9279f Mon Sep 17 00:00:00 2001 From: kimxwan0319 <67373938+kimxwan0319@users.noreply.github.com> Date: Fri, 4 Feb 2022 09:41:29 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9A=B0=EF=B8=8F=20::=20main.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index da2c95daac..0000000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: CD - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - - workflow_dispatch: - -jobs: - build: - runs-on: macOS-latest - - steps: - - name: Deploy to SPM - run: swift package generate-xcodeproj