Skip to content

Commit

Permalink
Update releasing.yml to only trigger when setup.py updated (i.e. …
Browse files Browse the repository at this point in the history
…new version number)
  • Loading branch information
kavanase committed Feb 14, 2024
1 parent cec285c commit 5b8a6d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/releasing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Release and publish

on:
push:
paths:
- 'setup.py' # only release when setup.py has been updated
branches:
- main
tags:
Expand Down

0 comments on commit 5b8a6d5

Please sign in to comment.