From c2f71625d794c37a6d5961eadb333905bb7807f6 Mon Sep 17 00:00:00 2001 From: Rosie Wood Date: Mon, 16 Dec 2024 09:47:15 +0000 Subject: [PATCH 1/4] Update tests --- .github/workflows/publish-to-pypi.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 502489b9..0ac400e6 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -4,6 +4,8 @@ name: Publish Tagged Python 🐍 distributions 📦 to PyPI on: workflow_dispatch: push: + branches: + - main tags: - v* From 14aaa3bbdce92c767d8289c1a3c908dbb2863dc7 Mon Sep 17 00:00:00 2001 From: Rosie Wood Date: Mon, 16 Dec 2024 09:51:24 +0000 Subject: [PATCH 2/4] Update mr_ci.yml --- .github/workflows/mr_ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mr_ci.yml b/.github/workflows/mr_ci.yml index fef6e30b..0f4462bd 100644 --- a/.github/workflows/mr_ci.yml +++ b/.github/workflows/mr_ci.yml @@ -1,7 +1,10 @@ --- name: Units Tests -on: [push] +on: + pull_request: + branches: + - main jobs: From b473aeae6b701325cfc757ef4b61cc33d5fcef51 Mon Sep 17 00:00:00 2001 From: Rosie Wood Date: Mon, 16 Dec 2024 09:51:46 +0000 Subject: [PATCH 3/4] Update mr_ci_text_spotting.yml --- .github/workflows/mr_ci_text_spotting.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mr_ci_text_spotting.yml b/.github/workflows/mr_ci_text_spotting.yml index d321d7bc..43bc3f1d 100644 --- a/.github/workflows/mr_ci_text_spotting.yml +++ b/.github/workflows/mr_ci_text_spotting.yml @@ -1,7 +1,10 @@ --- name: Units Tests - Text Spotting -on: [push] +on: + pull_request: + branches: + - main # Run linter with github actions for quick feedbacks. jobs: From ed00283d93d54a72775a0bfd037e4d913fd1f54e Mon Sep 17 00:00:00 2001 From: Rosie Wood Date: Mon, 16 Dec 2024 09:52:37 +0000 Subject: [PATCH 4/4] Update publish-to-conda-forge.yml --- .github/workflows/publish-to-conda-forge.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-to-conda-forge.yml b/.github/workflows/publish-to-conda-forge.yml index e5950501..9b177cc3 100644 --- a/.github/workflows/publish-to-conda-forge.yml +++ b/.github/workflows/publish-to-conda-forge.yml @@ -4,6 +4,8 @@ name: Publish to Conda Forge on: workflow_dispatch: push: + branches: + - main tags: - v*