diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 179bb1f2..b10b237c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,11 +5,9 @@ name: Test # - build with clang/asan/etc. and run the fuzz tests on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - workflow_dispatch: + - push + - pull_request + - workflow_dispatch # manually triggered workflow jobs: build: