Skip to content

Commit 9180bb7

Browse files
committed
added pylib and requirements.txt
1 parent 11bf3fe commit 9180bb7

File tree

6 files changed

+36
-0
lines changed

6 files changed

+36
-0
lines changed

.github/workflows/python2.7.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,18 @@ on:
2121
- main
2222
paths:
2323
- '**/*.py'
24+
- pylib
25+
- requirements.txt
26+
- .github/workflows/python2.7.yaml
2427
pull_request:
2528
branches:
2629
- master
2730
- main
2831
paths:
2932
- '**/*.py'
33+
- pylib
34+
- requirements.txt
35+
- .github/workflows/python2.7.yaml
3036
workflow_dispatch:
3137
inputs:
3238
debug:

.github/workflows/python3.10.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,18 @@ on:
2121
- main
2222
paths:
2323
- '**/*.py'
24+
- pylib
25+
- requirements.txt
26+
- .github/workflows/python3.10.yaml
2427
pull_request:
2528
branches:
2629
- master
2730
- main
2831
paths:
2932
- '**/*.py'
33+
- pylib
34+
- requirements.txt
35+
- .github/workflows/python3.10.yaml
3036
workflow_dispatch:
3137
inputs:
3238
debug:

.github/workflows/python3.6.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,18 @@ on:
2121
- main
2222
paths:
2323
- '**/*.py'
24+
- pylib
25+
- requirements.txt
26+
- .github/workflows/python3.6.yaml
2427
pull_request:
2528
branches:
2629
- master
2730
- main
2831
paths:
2932
- '**/*.py'
33+
- pylib
34+
- requirements.txt
35+
- .github/workflows/python3.6.yaml
3036
workflow_dispatch:
3137
inputs:
3238
debug:

.github/workflows/python3.7.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,18 @@ on:
2121
- main
2222
paths:
2323
- '**/*.py'
24+
- pylib
25+
- requirements.txt
26+
- .github/workflows/python3.7.yaml
2427
pull_request:
2528
branches:
2629
- master
2730
- main
2831
paths:
2932
- '**/*.py'
33+
- pylib
34+
- requirements.txt
35+
- .github/workflows/python3.7.yaml
3036
workflow_dispatch:
3137
inputs:
3238
debug:

.github/workflows/python3.8.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,18 @@ on:
2121
- main
2222
paths:
2323
- '**/*.py'
24+
- pylib
25+
- requirements.txt
26+
- .github/workflows/python3.8.yaml
2427
pull_request:
2528
branches:
2629
- master
2730
- main
2831
paths:
2932
- '**/*.py'
33+
- pylib
34+
- requirements.txt
35+
- .github/workflows/python3.8.yaml
3036
workflow_dispatch:
3137
inputs:
3238
debug:

.github/workflows/python3.9.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,18 @@ on:
2121
- main
2222
paths:
2323
- '**/*.py'
24+
- pylib
25+
- requirements.txt
26+
- .github/workflows/python3.9.yaml
2427
pull_request:
2528
branches:
2629
- master
2730
- main
2831
paths:
2932
- '**/*.py'
33+
- pylib
34+
- requirements.txt
35+
- .github/workflows/python3.9.yaml
3036
workflow_dispatch:
3137
inputs:
3238
debug:

0 commit comments

Comments
 (0)