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
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
- push
- pull_request
- workflow_dispatch # manually triggered workflow
jobs:
build: