Changed branch to master

This commit is contained in:
AtHeartEngineer
2022-06-03 11:54:22 -04:00
committed by GitHub
parent fe47f72045
commit 7b0472cfe0

View File

@@ -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