From e2098fff01e4968b7dc7c76140a8afc43eb20020 Mon Sep 17 00:00:00 2001 From: UnicoYal Date: Mon, 16 Dec 2024 23:26:51 +0300 Subject: [PATCH] return ci/cd --- .github/workflows/workflow.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 0c956d0..99e0dd2 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -4,7 +4,7 @@ on: push: branches: - main - - release/return-correct-logger + - very-final-branch workflow_dispatch: jobs: @@ -61,9 +61,9 @@ jobs: build-and-push: runs-on: ubuntu-latest - # needs: - # - linter - # - test + needs: + - linter + - test steps: - name: Checkout code