Skip to content

Commit

Permalink
Improves naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jevandezande committed Sep 6, 2024
1 parent 522e896 commit f5231b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,18 @@
# separate terms of service, privacy policy, and support
# documentation.

name: Upload Python Package
name: Publish

on:
release:
types: [published]
workflow_dispatch:


permissions:
contents: read

jobs:
deploy:

runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Tests
name: Test

on:
pull_request:
Expand Down

0 comments on commit f5231b2

Please sign in to comment.