Skip to content

Add paths-ignore:vendor/cpm-cmake-package-lock to .github/workflows/c… #44

Add paths-ignore:vendor/cpm-cmake-package-lock to .github/workflows/c…

Add paths-ignore:vendor/cpm-cmake-package-lock to .github/workflows/c… #44

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths-ignore:
- vendor/cpm-cmake-package-lock
pull_request:
jobs:
build:
runs-on: macos-15
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 1
- name: example
run: make -C example
- name: tests
run: make -C tests