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:
pull_request:
branches:
- main
branches: [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:
validate-contributors:
runs-on: ubuntu-latest