Skip to content

Simplify interrupt handling #72

Simplify interrupt handling

Simplify interrupt handling #72

Workflow file for this run

name: build Docs
on:
pull_request:
branches: [master, v1.x]
paths:
- "*.h"
- "*.md"
- "docs/**"
- "!**README.md"
- "examples**.cpp"
- ".github/workflows/doxygen.yml"
- "Doxyfile"
push:
branches: [master, v1.x]
paths:
- "*.h"
- "*.md"
- "docs/**"
- "!**README.md"
- "examples**.cpp"
- ".github/workflows/doxygen.yml"
- "Doxyfile"
release:
types: [published, edited]
workflow_dispatch:
jobs:
build-docs:
uses: nRF24/.github/.github/workflows/build_docs.yaml@main
with:
deploy-gh-pages: ${{ github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master') }}
secrets: inherit