Skip to content

Commit 8781520

Browse files
authored
Run regression tests on some PRs (#2671)
1 parent dc0f433 commit 8781520

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/regression-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
name: regression-tests
1+
name: 'Regression Tests'
22
on:
33
workflow_dispatch:
4+
pull_request:
5+
paths:
6+
- '.github/workflows/regression-tests.yml'
7+
- 'Project.toml'
48
jobs:
59
test-dependent-packages:
610
name: run-tests-${{ matrix.package }}

0 commit comments

Comments
 (0)