Remove selective builds (#1639)

Selective builds breaks my ability to require that checks pass before
merging. It's not worth the bite for very few docs-only PRs, given
github limitations on needing to skip INDIVIDUAL JOB STEPS on required
CI jobs.

Maybe we should move to gitlab 💀
This commit is contained in:
Matt
2024-12-18 21:32:22 -08:00
committed by GitHub
parent 7cba7b432d
commit 66f369f3a9
6 changed files with 4 additions and 45 deletions

View File

@@ -6,16 +6,8 @@ on:
branches: [ master ]
tags:
- 'v*'
paths:
- '**'
- '!docs/**'
- '.github/**'
pull_request:
branches: [ master ]
paths:
- '**'
- '!docs/**'
- '.github/**'
merge_group:
concurrency: