Published github actions for pio and sphinx
This commit is contained in:
parent
5119ffcbe5
commit
95985eab0e
4
.github/workflows/doc-build.yaml
vendored
4
.github/workflows/doc-build.yaml
vendored
@ -3,7 +3,7 @@ name: Sphinx Build
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- ghactions
|
- dev
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -26,7 +26,7 @@ jobs:
|
|||||||
author_name: GitHub Action
|
author_name: GitHub Action
|
||||||
author_email: magnus@users.noreply.github.com
|
author_email: magnus@users.noreply.github.com
|
||||||
|
|
||||||
branch: ghactions
|
branch: docs
|
||||||
|
|
||||||
#branch_mode: create
|
#branch_mode: create
|
||||||
default_author: github_actor
|
default_author: github_actor
|
||||||
|
4
.github/workflows/pio-build.yaml
vendored
4
.github/workflows/pio-build.yaml
vendored
@ -3,7 +3,7 @@ name: PlatformIO CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- ghactions
|
- dev
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -44,7 +44,7 @@ jobs:
|
|||||||
author_name: GitHub Action
|
author_name: GitHub Action
|
||||||
author_email: magnus@users.noreply.github.com
|
author_email: magnus@users.noreply.github.com
|
||||||
|
|
||||||
branch: ghactions
|
branch: dev
|
||||||
|
|
||||||
default_author: github_actor
|
default_author: github_actor
|
||||||
message: 'GitHub Action Build'
|
message: 'GitHub Action Build'
|
||||||
|
Loading…
Reference in New Issue
Block a user