Skip to content

Try to build in Github Actions #78

Try to build in Github Actions

Try to build in Github Actions #78

Workflow file for this run

---
name: 'CI Fallback'
on:
push:
paths-ignore:
- 'docs/**'
pull_request:
paths-ignore:
- 'docs/**'
jobs:
documentation:
runs-on: 'ubuntu-22.04'
steps:
- run: 'echo "No build required"'