From 65aed63ed6cb1dde6f9680419ea2e87efffa47e7 Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Wed, 7 May 2025 20:34:01 -0400 Subject: [PATCH] Update dev_asan.yml Wrong default branch --- .github/workflows/dev_asan.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev_asan.yml b/.github/workflows/dev_asan.yml index a2a5c3ba..bffafd3e 100644 --- a/.github/workflows/dev_asan.yml +++ b/.github/workflows/dev_asan.yml @@ -1,9 +1,9 @@ name: run address sanitizer on: push: - branches: [main] + branches: [master] pull_request: - branches: [main] + branches: [master] jobs: Matrix-build: runs-on: ${{ matrix.os }} @@ -24,4 +24,4 @@ jobs: run: cmake --build build --config Asan - name: run all the compiled Catch tests with address sanitizer run: cd build && ASAN_OPTIONS=detect_stack_use_after_return=1:verbosity=1 ASAN_SYMBOLIZER_PATH=`brew --prefix`/opt/llvm/bin/llvm-symbolizer ./catch_tests --benchmark-samples 1 - # ASAN CLI docs here: https://github.com/google/sanitizers/wiki/AddressSanitizerFlags \ No newline at end of file + # ASAN CLI docs here: https://github.com/google/sanitizers/wiki/AddressSanitizerFlags