Skip to content

Commit

Permalink
Update workflow publish-artifacts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
galgeek authored Oct 30, 2024
1 parent b07f939 commit 39a3c7c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:
build:
Expand All @@ -29,4 +33,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: dist/
path: dist/

0 comments on commit 39a3c7c

Please # to comment.