blob: fdf76cb3535828733228fa43fcd086095391f327 [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:
Davide Pesaventoae39daf2023-02-14 23:46:46 -05005 - '*.conf.sample*'
Davide Pesavento183164e2024-04-09 16:10:51 -04006 - 'Dockerfile'
7 - '.dockerignore'
8 - 'docs/**'
9 - '.editorconfig'
10 - '.gitignore'
Davide Pesavento01cea502021-07-31 19:25:42 -040011 - '.mailmap'
Davide Pesavento183164e2024-04-09 16:10:51 -040012 - '*.md'
Davide Pesavento30ed6282021-07-25 20:05:06 -040013 workflow_dispatch:
14
Davide Pesaventoa90b2cf2023-02-06 00:38:38 -050015permissions: {}
Davide Pesavento01cea502021-07-31 19:25:42 -040016
Davide Pesavento30ed6282021-07-25 20:05:06 -040017jobs:
Davide Pesaventoa90b2cf2023-02-06 00:38:38 -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