From 47215d4635184bdfb1d5cff000d19390f19219ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9stor=20P=C3=A9rez?= <25409753+prryplatypus@users.noreply.github.com> Date: Wed, 30 Aug 2023 19:03:22 +0200 Subject: [PATCH] Run tests on push as well (#2814) --- .github/workflows/tests.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cc1ec685..d2f155bb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,6 +1,13 @@ name: Tests on: + push: + branches: + - main + - current-release + - "*LTS" + tags: + - "!*" pull_request: branches: - main