ci: make sure we run when we need to

Signed-off-by: Ramon Roche <mrpollo@gmail.com>
This commit is contained in:
Ramon Roche
2025-05-16 08:47:45 -07:00
parent e6433d443c
commit 4c369be95e

View File

@@ -16,15 +16,11 @@ on:
- 'release/**'
paths-ignore:
- 'docs/**'
- '.github/**'
- 'Tools/**'
pull_request:
branches:
- '*'
paths-ignore:
- 'docs/**'
- '.github/**'
- 'Tools/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}