Skip to content

Commit

Permalink
adjust pyproject and remove workflow for pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioteula committed Oct 6, 2024
1 parent cb65227 commit 70725b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Lint and test

on:
push:
pull_request:
types: [opened, reopened]

permissions:
pull-requests: read
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "python-amazon-paapi"
version = "5"
requires-python = ">=3.6"
dynamic = ["dependencies"]

[tool.ruff]
cache-dir = ".cache/ruff"
Expand Down

0 comments on commit 70725b9

Please sign in to comment.