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:
|
||||
push:
|
||||
branches:
|
||||
- ghactions
|
||||
- dev
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -26,7 +26,7 @@ jobs:
|
||||
author_name: GitHub Action
|
||||
author_email: magnus@users.noreply.github.com
|
||||
|
||||
branch: ghactions
|
||||
branch: docs
|
||||
|
||||
#branch_mode: create
|
||||
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:
|
||||
push:
|
||||
branches:
|
||||
- ghactions
|
||||
- dev
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -44,7 +44,7 @@ jobs:
|
||||
author_name: GitHub Action
|
||||
author_email: magnus@users.noreply.github.com
|
||||
|
||||
branch: ghactions
|
||||
branch: dev
|
||||
|
||||
default_author: github_actor
|
||||
message: 'GitHub Action Build'
|
||||
|
Loading…
Reference in New Issue
Block a user