diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0fd8438..1f0128b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ name: Deploy Pruebas on: push: branches: - - Pruebas + - master jobs: deploy: @@ -23,4 +23,4 @@ jobs: script: | cd /usr/share/nginx/html/paad/ git fetch --all - git reset --hard origin/Pruebas + git reset --hard origin/Pruebas \ No newline at end of file