chore: beef up CI

This commit is contained in:
Michael Smith 2025-04-09 15:26:22 +00:00
parent 88f7be27ec
commit e035f1fca3

View File

@ -1,8 +1,11 @@
name: Validate README files name: CI
on: on:
pull_request: pull_request:
branches: branches: [main]
- main # Cancel in-progress runs for pull requests when developers push new changes
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs: jobs:
validate-contributors: validate-contributors:
runs-on: ubuntu-latest runs-on: ubuntu-latest