From e0278c59fc8a08ee78d76a333cc449be86738dd7 Mon Sep 17 00:00:00 2001 From: Anthony Lim Date: Tue, 23 Apr 2024 15:30:43 +0100 Subject: [PATCH] refs #89 move to pyproject.toml --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 002c64b3..c1f13759 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,10 +1,13 @@ name: Build and upload to PyPI on: + on: + push: + branches: + - 'main' pull_request: branches: - 'main' - release: types: - published