Always run tests (#16024)

This commit is contained in:
Tony Murray
2024-05-08 19:34:52 -05:00
committed by GitHub
parent 4b3e6ebf15
commit c2dbfc4381

View File

@@ -4,19 +4,9 @@ on:
push:
branches:
- 'master'
paths-ignore:
- '**.md'
- '.github/workflows/doc.yml'
- 'doc/**'
- 'mkdocs.yml'
pull_request:
branches:
- 'master'
paths-ignore:
- '**.md'
- '.github/workflows/doc.yml'
- 'doc/**'
- 'mkdocs.yml'
permissions:
contents: read # to fetch code (actions/checkout)