From ed763ef5fc9b551ea42b00c5a709f96ec04b2f71 Mon Sep 17 00:00:00 2001 From: Luis Alvergue Date: Thu, 12 Dec 2024 15:06:39 +0000 Subject: [PATCH] ci: tests run for all pushes to main regardless if it's a commit or a tag push --- .github/workflows/deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ee9c295..55cb1aa 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,11 +18,9 @@ defaults: jobs: tests-ui: uses: ./.github/workflows/tests-ui.yml - if: github.ref_type == 'tag' tests-pytest: uses: ./.github/workflows/tests-pytest.yml - if: github.ref_type == 'tag' permissions: pull-requests: write contents: write