Skip to content

Commit

Permalink
Cambio
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelfbit committed Mar 20, 2024
1 parent 872263f commit 9daf8de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
Expressions-Actions:
runs-on: ubuntu-latest
steps:
- name: Crea una passa que només s’executa si el push que dispara el
workflow és a la branca principal.
- 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"

0 comments on commit 9daf8de

Please sign in to comment.