Skip to content

Commit 8e68751

Browse files
committed
fix: tests are actually executed for the 5 branch
1 parent 037249c commit 8e68751

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '**.md'
1313
branches:
1414
- master
15+
- '5'
1516
pull_request:
1617
paths-ignore:
1718
- .chglog/**
@@ -24,6 +25,7 @@ on:
2425
- '**.md'
2526
branches:
2627
- master
28+
- '5'
2729

2830
jobs:
2931
silverstripe-module:

0 commit comments

Comments
 (0)