Skip to content

Commit

Permalink
write badges on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Nov 18, 2024
1 parent 61de740 commit b4e67c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ jobs:
pre-install: flit
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

write-badges:
needs: build
uses: chris48s/python-package-shared/.github/workflows/write-badges-pep621.yml@main
if: ${{ always() && github.event_name == 'push' && github.ref == 'refs/heads/main'}}
with:
build_result: ${{ needs.build.result }}
package_dir: 'pip_abandoned'

0 comments on commit b4e67c7

Please sign in to comment.