From 680a3d5f83211d5642853d30433b81d55e3e8b13 Mon Sep 17 00:00:00 2001 From: Yuchen Xiao Date: Wed, 27 May 2026 12:53:19 -0400 Subject: [PATCH] chore: remove `on: push: branches: main` in the workflow --- .../matrix-and-codecov-on-merge-to-main.yml | 3 --- news/remove-on-push.rst | 23 +++++++++++++++++++ 2 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 news/remove-on-push.rst diff --git a/.github/workflows/matrix-and-codecov-on-merge-to-main.yml b/.github/workflows/matrix-and-codecov-on-merge-to-main.yml index 8747efc..3bbb44e 100644 --- a/.github/workflows/matrix-and-codecov-on-merge-to-main.yml +++ b/.github/workflows/matrix-and-codecov-on-merge-to-main.yml @@ -1,9 +1,6 @@ name: CI on: - push: - branches: - - main release: types: - prereleased diff --git a/news/remove-on-push.rst b/news/remove-on-push.rst new file mode 100644 index 0000000..57111ff --- /dev/null +++ b/news/remove-on-push.rst @@ -0,0 +1,23 @@ +**Added:** + +* No news added: Remove on push to main from workflow. + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*