Make workflows not trigger on benchmark

This commit is contained in:
2024-07-23 18:30:42 +02:00
parent 0c8725a69e
commit 123d90b4f5
2 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
name: Benchmark BufferPool
on: [push]
on:
push:
branches:
- '!benchmark'
jobs:
RunBenchmarks:

View File

@@ -1,5 +1,8 @@
name: Run Tests
on: [push]
on:
push:
branches:
- '!benchmark'
jobs:
Test: