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 46395c0 commit 9b9f0d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on:
push
pull_request
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"
run: echo "PUSH A LA BRANCA MASTER"

0 comments on commit 9b9f0d3

Please sign in to comment.