Skip to content

Commit

Permalink
Always run tests (#16024)
Browse files Browse the repository at this point in the history
  • Loading branch information
murrant committed May 9, 2024
1 parent 4b3e6eb commit c2dbfc4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test.yml
Expand Up @@ -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)
Expand Down

0 comments on commit c2dbfc4

Please sign in to comment.