Skip to content

Commit

Permalink
Modify CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ptr-yudai committed Apr 10, 2024
1 parent 5d0adb3 commit e409d45
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/test-on-pr-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@

name: Python Test (Ubuntu)

on: [push, pull_request]
on:
push:
paths:
- 'setup.py'
- 'requirements.txt'
- 'ptrlib/**'
- 'tests/**'
pull_request:

jobs:
build:
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/test-on-pr-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@

name: Python Test (Windows)

on: [push, pull_request]
on:
push:
paths:
- 'setup.py'
- 'requirements.txt'
- 'ptrlib/**'
- 'tests/**'
pull_request:

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Run `pip install --upgrade ptrlib` or `python setup.py install`.
## Contributor
Feel free to make a pull request / issue :)

- [jptomoya](https://github.com/jptomoy)
- [jptomoya](https://github.com/jptomoya)
- Added CI for Windows
- Added SSL support
- Refactored test cases
Expand Down

0 comments on commit e409d45

Please sign in to comment.