conditionally publish only when config changes (#9)

* conditionally publish only when config changes

* only on tags
This commit is contained in:
Michael Neale
2024-08-26 20:46:58 +10:00
committed by GitHub
parent 6626041d95
commit 5b3f4455ed

View File

@@ -2,8 +2,6 @@ name: PYPI Release
on:
push:
branches:
- main
tags:
- 'v*'