github.com/cidverse/cid-sdk-go@v0.0.0-20240318001225-c193d83f053e/.github/workflows/ci.yml (about) 1 # name 2 name: ci 3 4 # triggers 5 on: 6 workflow_dispatch: 7 push: 8 branches: 9 - main 10 tags: 11 - v*.*.* 12 paths-ignore: 13 - README.md 14 - LICENSE 15 - .github/** 16 - .gitignore 17 - .editorconfig 18 - renovate.json 19 pull_request: 20 branches: 21 - main 22 paths-ignore: 23 - README.md 24 - LICENSE 25 - .github/** 26 - .gitignore 27 - .editorconfig 28 - renovate.json 29 30 jobs: 31 cid: 32 uses: cidverse/catalog/.github/workflows/shared-ci.yml@main 33 with: 34 cid-workflow: main 35 cid-version: latest 36 secrets: inherit