Skip to content

Commit 0223b8a

Browse files
committed
Fix trigger
1 parent d9b90a6 commit 0223b8a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ on:
77
push:
88
branches: [ "main" ]
99
paths:
10-
- ./tinystream.py
11-
- ./test/**
10+
- tinystream.py
11+
- tests/**
1212
- requirements.txt
1313
pull_request:
1414
branches: [ "main" ]
1515
paths:
16-
- ./tinystream.py
17-
- ./test/**
16+
- tinystream.py
17+
- tests/**
1818
- requirements.txt
19-
- ./.github/**
19+
- .github/**
2020
workflow_dispatch:
2121

2222
permissions:

0 commit comments

Comments
 (0)