Skip to content

Commit afa0109

Browse files
committed
Run BC checks only when on or targeting the current release branch
1 parent 1dae768 commit afa0109

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/backward-compatibility.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ name: Backward Compatibility Check
22

33
on:
44
pull_request:
5+
branches: ['7.x']
56
paths:
67
- 'src/**'
78
- 'composer.json'
89
- '.github/workflows/backward-compatibility.yml'
910
push:
10-
branches: ['8.x']
11+
branches: ['7.x']
1112
paths:
1213
- 'src/**'
1314
- 'composer.json'

0 commit comments

Comments
 (0)