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