Make workflows actually trigger, oops
Some checks failed
Run Tests / Test (push) Successful in 20s
Benchmark BufferPool / RunBenchmarks (push) Failing after 23s

This commit is contained in:
2024-07-23 18:41:56 +02:00
parent 921c31b9fc
commit 46ae251b32
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ name: Benchmark BufferPool
on:
push:
branches:
- '*'
- '!benchmark'
jobs:

View File

@@ -2,6 +2,7 @@ name: Run Tests
on:
push:
branches:
- '*'
- '!benchmark'
jobs: