From d165b2b3bb1da5a0c18ff612690e0fbc9c16440e Mon Sep 17 00:00:00 2001 From: Darren Worrall Date: Mon, 29 Jan 2024 11:22:57 +0000 Subject: [PATCH] Revert "Push and PR" This reverts commit 67766322f0b915d3845c4232e206b68ce1363e76. --- .github/workflows/tests.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c546914a..afaaf01f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,6 +1,11 @@ name: Ghostferry MySQL 8.0 tests -on: [push, pull_request] +on: + push: + branches: + - main + - dw/deb-things + pull_request: jobs: gh-285: