Skip to content

Commit ea2e83b

Browse files
committed
Updated compatibility workflow
1 parent 5a762a4 commit ea2e83b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/compatibility.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@ name: Compatibility tests
22

33
on:
44
push:
5+
branches:
6+
- main
57
paths:
68
- pyproject.toml
79
- tox.ini
810
- tests/**
911
- .github/workflows/compatibility.yml
1012
- dna2graph/**
1113
pull_request:
14+
branches:
15+
- main
1216
paths:
1317
- pyproject.toml
1418
- tox.ini

0 commit comments

Comments
 (0)