blob: ae09443dcf045796023619b2b3d247cbebd2da7d [file] [log] [blame]
Davide Pesavento30ed6282021-07-25 20:05:06 -04001name: CI
2on:
3 push:
Davide Pesavento01cea502021-07-31 19:25:42 -04004 paths-ignore:
5 - 'docs/**'
Davide Pesaventoae39daf2023-02-14 23:46:46 -05006 - '*.conf.sample*'
Davide Pesavento01cea502021-07-31 19:25:42 -04007 - '*.md'
8 - '.mailmap'
Davide Pesavento30ed6282021-07-25 20:05:06 -04009 workflow_dispatch:
10
Davide Pesaventoa90b2cf2023-02-06 00:38:38 -050011permissions: {}
Davide Pesavento01cea502021-07-31 19:25:42 -040012
Davide Pesavento30ed6282021-07-25 20:05:06 -040013jobs:
Davide Pesaventoa90b2cf2023-02-06 00:38:38 -050014 Ubuntu:
15 uses: named-data/actions/.github/workflows/jenkins-script-ubuntu.yml@v1
16 macOS:
17 uses: named-data/actions/.github/workflows/jenkins-script-macos.yml@v1