Skip to content

Commit bf94a5b

Browse files
committed
Add workflow_dispatch to regression test workflow
1 parent b42d862 commit bf94a5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/regression-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Regression tests
22

33
on:
4-
push:
54
pull_request:
65
types: [opened, synchronize, reopened]
6+
push:
7+
workflow_dispatch:
78

89
jobs:
910
regression-tests-linux-mac:

0 commit comments

Comments
 (0)