Skip to content

Commit ff9d382

Browse files
authored
Add workflow_dispatch trigger to build workflow
1 parent dbfb3d8 commit ff9d382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
on: [push, pull_request]
1+
on: [push, pull_request, workflow_dispatch]
22
name: Benchmark
33
jobs:
44
Build:
@@ -21,4 +21,4 @@ jobs:
2121
- name: Build Benchmarker
2222
run: go build main.go
2323
- name: Run Benchmarker
24-
run: ./main -source="host=localhost user=postgres password=postgres dbname=test sslmode=disable" -orm=all -debug=false
24+
run: ./main -source="host=localhost user=postgres password=postgres dbname=test sslmode=disable" -orm=all -debug=false

0 commit comments

Comments
 (0)