From f5bebd7382b4b1cc1961a7075c2c595e77efa66c Mon Sep 17 00:00:00 2001 From: Mateusz Skoczek Date: Mon, 23 Sep 2024 23:38:11 +0200 Subject: [PATCH] Update master_push.yml --- .github/workflows/master_push.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/master_push.yml b/.github/workflows/master_push.yml index 5c27a83..66e71f4 100644 --- a/.github/workflows/master_push.yml +++ b/.github/workflows/master_push.yml @@ -1,4 +1,4 @@ -name: "[Pull request][dev] Build and test" +name: "Push to 'master' branch" on: push: @@ -25,6 +25,7 @@ jobs: publish: name: Publish runs-on: ubuntu-latest + needs: build steps: - name: Checkout uses: actions/checkout@v4