Skip to content

Commit

Permalink
chore: don't run publish-to-pypi if chore commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pommee committed Aug 13, 2024
1 parent c26e302 commit 01217c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
url: https://pypi.org/p/pocker-tui
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
if: "!contains(github.event.head_commit.message, 'chore:')" # Skip if "chore:" is in the commit message
steps:
- name: Download all the dists
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="./resources/pocker-name.png" />
<img src="https://github.com/pommee/Pocker/blob/main/resources/pocker-name.png?raw=true" />
<table>
<tr>
<td>
Expand Down

0 comments on commit 01217c2

Please sign in to comment.