Ensure that other branches are also tested

This commit is contained in:
Kleis Auke Wolthuizen 2021-01-06 12:57:03 +01:00
parent 269b2e04d4
commit 966317802e

View File

@ -5,11 +5,9 @@ name: Test
# - build with clang/asan/etc. and run the fuzz tests # - build with clang/asan/etc. and run the fuzz tests
on: on:
push: - push
branches: [ master ] - pull_request
pull_request: - workflow_dispatch # manually triggered workflow
branches: [ master ]
workflow_dispatch:
jobs: jobs:
build: build: