diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 44850da..4177ad0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,10 @@ name: ci on: + # We run the CI checks on any pull request updates or pushes to the main branch after PR merge. pull_request: + push: + branches: + - main permissions: contents: read jobs: diff --git a/README.md b/README.md index 67bbc05..78eeddb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![release](https://github.com/score-spec/score-compose/actions/workflows/release.yaml/badge.svg)](https://github.com/score-spec/score-compose/actions/workflows/release.yaml) +[![ci](https://github.com/score-spec/score-compose/actions/workflows/ci.yaml/badge.svg)](https://github.com/score-spec/score-compose/actions/workflows/ci.yaml) [![release](https://github.com/score-spec/score-compose/actions/workflows/release.yaml/badge.svg)](https://github.com/score-spec/score-compose/actions/workflows/release.yaml)