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
-4
View File
@@ -16,15 +16,11 @@ on:
- 'release/**' - 'release/**'
paths-ignore: paths-ignore:
- 'docs/**' - 'docs/**'
- '.github/**'
- 'Tools/**'
pull_request: pull_request:
branches: branches:
- '*' - '*'
paths-ignore: paths-ignore:
- 'docs/**' - 'docs/**'
- '.github/**'
- 'Tools/**'
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}