Skip to content

Commit

Permalink
gh-11: further pipeline changes
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyman192 committed Oct 10, 2024
1 parent d4f38fb commit a3f4853
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ on:
- '*.md'
branches-ignore:
- 'gh-pages'
pull_request:
paths-ignore:
- '*.md'
branches-ignore:
- 'gh-pages'
create:

jobs:
build_test:
Expand Down Expand Up @@ -91,3 +85,5 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
attestations: true
verbose: true

0 comments on commit a3f4853

Please sign in to comment.