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