From 164cdc4f8e43cbc0494fd2133895244074a5ac48 Mon Sep 17 00:00:00 2001 From: Manuel Date: Wed, 20 Mar 2024 14:44:14 +0100 Subject: [PATCH] Cambio --- .github/workflows/github-actions-demo.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 497e559..6d54b63 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -6,9 +6,6 @@ jobs: Expressions-Actions: runs-on: ubuntu-latest steps: - - name: Només si el push que dispara el workflow és a la branca principal. - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} - run: echo "PUSH A LA BRANCA MASTER" - name: Instal·la unzip run: sudo apt-get install unzip - name: Checkout