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