blob: 6e8a4f13690268d04c57aebc9f158f994ad3bc2c [file] [log] [blame]
Davide Pesavento30ed6282021-07-25 20:05:06 -04001name: CI
2on:
3 push:
Davide Pesaventoeb27ca22024-06-16 18:04:05 -04004 branches:
5 - '**'
Davide Pesavento01cea502021-07-31 19:25:42 -04006 paths-ignore:
Davide Pesaventoae39daf2023-02-14 23:46:46 -05007 - '*.conf.sample*'
Davide Pesavento183164e2024-04-09 16:10:51 -04008 - 'Dockerfile'
9 - '.dockerignore'
10 - 'docs/**'
11 - '.editorconfig'
12 - '.gitignore'
Davide Pesavento01cea502021-07-31 19:25:42 -040013 - '.mailmap'
Davide Pesavento183164e2024-04-09 16:10:51 -040014 - '*.md'
Davide Pesavento30ed6282021-07-25 20:05:06 -040015 workflow_dispatch:
16
Davide Pesaventoa90b2cf2023-02-06 00:38:38 -050017permissions: {}
Davide Pesavento01cea502021-07-31 19:25:42 -040018
Davide Pesavento30ed6282021-07-25 20:05:06 -040019jobs:
Davide Pesaventoa90b2cf2023-02-06 00:38:38 -050020 Ubuntu:
21 uses: named-data/actions/.github/workflows/jenkins-script-ubuntu.yml@v1
22 macOS:
23 uses: named-data/actions/.github/workflows/jenkins-script-macos.yml@v1