Skip to content

Commit

Permalink
Merge pull request #298 from internetarchive/galgeek-patch-3
Browse files Browse the repository at this point in the history
Update workflow publish-artifacts.yml
  • Loading branch information
galgeek authored Oct 30, 2024
2 parents 781d7ef + 39a3c7c commit f4e6f6c
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 f4e6f6c

Please # to comment.