Make workflows not trigger on benchmark
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
name: Benchmark BufferPool
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '!benchmark'
|
||||
|
||||
jobs:
|
||||
RunBenchmarks:
|
||||
|
Reference in New Issue
Block a user