Skip to content

Commit

Permalink
Run tests on PRs and allow manual actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed Nov 20, 2024
1 parent 39edf39 commit 3ed539f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Upload Python Package
on:
release:
types: [published]
workflow_dispatch:

permissions:
contents: read
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- main
paths-ignore:
- "*.md"
pull_request:
paths-ignore:
- "*.md"
workflow_dispatch:

jobs:
run:
Expand Down

0 comments on commit 3ed539f

Please sign in to comment.