diff --git a/.github/workflows/push_on_master.yaml b/.github/workflows/push_on_master.yaml index 0768c6c..6d6e8ef 100644 --- a/.github/workflows/push_on_master.yaml +++ b/.github/workflows/push_on_master.yaml @@ -142,6 +142,8 @@ jobs: environment: demo if: ${{ !failure() && !cancelled() && startsWith(github.ref, 'refs/heads/master')}} needs: + - build_and_test_frontend + - build_and_test_backend - build-debs runs-on: ubuntu-latest steps: @@ -155,6 +157,8 @@ jobs: name: "Attach assets to release" if: ${{ !failure() && !cancelled() && startsWith(github.ref, 'refs/tags/') }} needs: + - build_and_test_frontend + - build_and_test_backend - build-debs runs-on: ubuntu-latest steps: