From 7b0472cfe0f033f026decc9d33b0bbf989abdcc2 Mon Sep 17 00:00:00 2001 From: AtHeartEngineer <1675654+AtHeartEngineer@users.noreply.github.com> Date: Fri, 3 Jun 2022 11:54:22 -0400 Subject: [PATCH] Changed branch to master --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 659b691..4f87e8a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,10 +1,10 @@ -name: 🔧 & 🚀 +name: Build & Deploy to Pages on: push: - branches: [ react ] + branches: [ master ] pull_request: - branches: [ react ] + branches: [ master ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -18,12 +18,12 @@ jobs: - name: Checkout 🛒 uses: actions/checkout@v3 - - name: Install and Build 🔧 + - name: Install and Build run: | npm ci npm run build - - name: Deploy 🚀 + - name: Deploy to gh-pages-react branch uses: JamesIves/github-pages-deploy-action@v4.3.3 with: branch: gh-pages-react