Skip to content

ci: change Docker workflow to run twice a month and on tag pushes #92

ci: change Docker workflow to run twice a month and on tag pushes

ci: change Docker workflow to run twice a month and on tag pushes #92

Workflow file for this run

name: CI
on:
push:
paths-ignore:
- '*.conf.sample*'
- 'Dockerfile'
- '.dockerignore'
- 'docs/**'
- '.editorconfig'
- '.gitignore'
- '.mailmap'
- '*.md'
workflow_dispatch:
permissions: {}
jobs:
Ubuntu:
uses: named-data/actions/.github/workflows/jenkins-script-ubuntu.yml@v1
with:
submodules: true
macOS:
uses: named-data/actions/.github/workflows/jenkins-script-macos.yml@v1
with:
submodules: true