Skip to content

Commit c56de9e

Browse files
committed
path
1 parent ca3449a commit c56de9e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/devRun.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: Pre merge test
33
on:
44
pull_request:
55
branches: [ main ]
6+
paths:
7+
- '**/*.py'
8+
- '**/*.toml'
9+
- '**/*.lock'
10+
- '.github/workflows/devRun.yml'
611

712
jobs:
813
merge_test:

0 commit comments

Comments
 (0)