Skip to content

Commit 0c079a4

Browse files
author
Vishikh Athavale
committed
change branch for website build
1 parent 1c1333e commit 0c079a4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name: Deploy Sphinx Docs
33
on:
44
push:
55
branches:
6-
- colglazier
6+
- master
7+
paths:
8+
- 'docs/**' # only trigger when docs/ changes
9+
- '.github/workflows/deploy-docs.yml'
710

811
jobs:
912
build:

.github/workflows/jekyll-gh-pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: Deploy Sphinx Docs to GitHub Pages
22

33
on:
44
push:
5-
branches: ["colglazier"]
5+
branches: ["master"]
6+
paths:
7+
- 'docs/**'
8+
- '.github/workflows/jekyll-gh-pages.yml'
69

710
workflow_dispatch:
811

0 commit comments

Comments
 (0)