Skip to content

Commit 0d40c68

Browse files
committed
Improve #975 (see comment thread)
1 parent 824e55c commit 0d40c68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/regression-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Regression tests
22

33
on:
44
pull_request:
5-
branches:
6-
- main
5+
branches-ignore:
6+
- docs
77
types: [opened, synchronize, reopened]
88
push:
9-
branches:
10-
- main
9+
branches-ignore:
10+
- docs
1111
workflow_dispatch:
1212

1313
jobs:

0 commit comments

Comments
 (0)