From 966317802e828f7df79fa58b9656460c676c2691 Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Wed, 6 Jan 2021 12:57:03 +0100 Subject: [PATCH] Ensure that other branches are also tested --- .github/workflows/test.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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: