Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jschaeff committed Feb 7, 2024
1 parent 7c74ff0 commit b74545a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ name: Publish on pypi
on:
push:
branches: [ "main" ]
paths: ["pyproject.toml"]
pull_request:
branches: [ "main" ]
paths: ["pyproject.toml"]


jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ name: Python package
on:
push:
branches: [ "main" ]
paths: ["pyproject.toml"]
pull_request:
branches: [ "main" ]
paths: ["pyproject.toml"]

jobs:
build:
Expand Down

0 comments on commit b74545a

Please sign in to comment.