Skip to content

ci: Build PRs and master branch #68

ci: Build PRs and master branch

ci: Build PRs and master branch #68

Workflow file for this run

name: "Publish site"
on:
# Run only when pushing to master branch
push:
branches:
- master
pull_request:
jobs:
www:
runs-on: ${{ matrix.system }}
strategy:
matrix:
system: [x86_64-linux, aarch64-darwin]
fail-fast: false
steps:
- uses: actions/checkout@v4
- run: om ci