1 parent d9b90a6 commit 0223b8aCopy full SHA for 0223b8a
1 file changed
.github/workflows/tests.yml
@@ -7,16 +7,16 @@ on:
7
push:
8
branches: [ "main" ]
9
paths:
10
- - ./tinystream.py
11
- - ./test/**
+ - tinystream.py
+ - tests/**
12
- requirements.txt
13
pull_request:
14
15
16
17
18
19
- - ./.github/**
+ - .github/**
20
workflow_dispatch:
21
22
permissions:
0 commit comments