Ensure that other branches are also tested
This commit is contained in:
parent
269b2e04d4
commit
966317802e
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user