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 454a596..a7559c2 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/rm-matrix-on-merge.rst b/news/rm-matrix-on-merge.rst new file mode 100644 index 0000000..1583c26 --- /dev/null +++ b/news/rm-matrix-on-merge.rst @@ -0,0 +1,23 @@ +**Added:** + +* No news added: Remove matrix-and-codecov-on-merge-to-main.yml workflow. + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*