Skip to content

Commit 02326d0

Browse files
committed
Fix typo
1 parent 02c5b84 commit 02326d0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: tests
55

66
on:
77
push:
8+
branches: [ "main" ]
89
paths:
910
- src/moldrug/**
1011
- .github/workflows/tests.yml
@@ -15,7 +16,7 @@ on:
1516
pull_request:
1617
types: [opened, synchronize, reopened]
1718
paths:
18-
- moldrug/**
19+
- src/moldrug/**
1920
- .github/workflows/tests.yml
2021
- tests/**
2122
- pyproject.toml

0 commit comments

Comments
 (0)