mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
docs: Trigger documentation builds on main, master, and develop branches
This commit is contained in:
parent
5b784659af
commit
0e0a46741f
6
.github/workflows/make-docs.yml
vendored
6
.github/workflows/make-docs.yml
vendored
@ -1,6 +1,12 @@
|
|||||||
name: Publish Docs via GitHub Pages
|
name: Publish Docs via GitHub Pages
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- master
|
||||||
|
- develop
|
||||||
|
paths:
|
||||||
|
- "docs/**"
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
Loading…
x
Reference in New Issue
Block a user