Skip to content

ci

ci #37

Workflow file for this run

# name
name: ci
# triggers
on:
workflow_dispatch:
push:
branches:
- 'main'
tags:
- 'v*.*.*'
paths-ignore:
- README.md
- LICENSE
- .github/**
- .gitignore
- .editorconfig
- renovate.json
pull_request:
branches:
- main
paths-ignore:
- README.md
- LICENSE
- .github/**
- .gitignore
- .editorconfig
- renovate.json
jobs:
cid:
uses: cidverse/catalog/.github/workflows/shared-ci.yml@main
with:
cid-workflow: main
cid-version: latest
job-pages: true