diff --git a/.github/workflows/scanbuild.yml b/.github/workflows/scanbuild.yml index 3b230c552..de487d0d8 100644 --- a/.github/workflows/scanbuild.yml +++ b/.github/workflows/scanbuild.yml @@ -4,7 +4,7 @@ on: push: # Pushes to this branch get the scan-build treatment branches: - - 'scan-build' + - 'scan-build*' pull_request: # Changing this build gets it to run diff --git a/.github/workflows/valgrind.yml b/.github/workflows/valgrind.yml index 76c881368..05951d191 100644 --- a/.github/workflows/valgrind.yml +++ b/.github/workflows/valgrind.yml @@ -4,7 +4,7 @@ on: push: # Pushes to the valgrind branch get the valgrind treatment branches: - - 'valgrind' + - 'valgrind*' pull_request: # Changing this build also gets it to run