blob: 4fea6d12ff9bcf8cc9044076d7c1c7ac6660acbf [file] [log] [blame]
Davide Pesavento90a632b2021-10-04 01:05:24 -04001name: CI
2on:
3 push:
Davide Pesavento679c42a2025-03-25 20:50:03 -04004 branches:
5 - '**'
Davide Pesavento90a632b2021-10-04 01:05:24 -04006 paths-ignore:
Davide Pesaventodadbc3e2023-02-14 02:32:36 -05007 - '*.conf.sample*'
Davide Pesavento679c42a2025-03-25 20:50:03 -04008 - 'docs/**'
9 - '.editorconfig'
10 - '.gitignore'
Davide Pesavento90a632b2021-10-04 01:05:24 -040011 - '.mailmap'
Davide Pesavento679c42a2025-03-25 20:50:03 -040012 - '*.md'
Davide Pesavento90a632b2021-10-04 01:05:24 -040013 workflow_dispatch:
14
Davide Pesaventodadbc3e2023-02-14 02:32:36 -050015permissions: {}
Davide Pesavento90a632b2021-10-04 01:05:24 -040016
17jobs:
Davide Pesaventodadbc3e2023-02-14 02:32:36 -050018 Ubuntu:
19 uses: named-data/actions/.github/workflows/jenkins-script-ubuntu.yml@v1
20 macOS:
21 uses: named-data/actions/.github/workflows/jenkins-script-macos.yml@v1