From c743c68ca85a9ba2f6da16e325ce32231164b36c Mon Sep 17 00:00:00 2001 From: Ivo Branco Date: Fri, 25 Oct 2024 14:37:41 +0000 Subject: [PATCH] build: run tests even on push --- .github/workflows/test.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1e136bf..48a785f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,12 @@ name: Run tests on: pull_request: branches: [main] - + push: + branches: + - 'master' + - 'main' + tags: + - "v*.*.*" jobs: tests: runs-on: ubuntu-latest