mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-09 14:58:09 -05:00
Changed branch to master
This commit is contained in:
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user