From 8d208b6a6b102b59ed7f9e5e0ed46b099c3dee60 Mon Sep 17 00:00:00 2001 From: funilrys Date: Wed, 27 Jan 2021 19:50:10 +0100 Subject: [PATCH] Deploy on push. --- .github/workflows/three_x.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/three_x.yml b/.github/workflows/three_x.yml index 503a78de..8e249aef 100644 --- a/.github/workflows/three_x.yml +++ b/.github/workflows/three_x.yml @@ -227,7 +227,7 @@ jobs: needs: [run_cli, run_cli_mariadb] name: "Deploy 📦 to the PyPi" - if: github.event_name == 'push' && github.ref == 'refs/heads/dev' + if: github.event_name == 'push' runs-on: "${{ matrix.os }}" @@ -270,7 +270,7 @@ jobs: needs: [run_cli, run_cli_mariadb] name: "Deploy 📦 to the Docker Hub" - if: github.event_name == 'push' && github.ref == 'refs/heads/dev' + if: github.event_name == 'push' runs-on: "${{ matrix.os }}"