Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Separando los eventos
Browse files Browse the repository at this point in the history
Se optó por separar los entorno de PR y Push para el build
  • Loading branch information
emacuello authored Sep 16, 2024
1 parent 4016f46 commit 243587f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Build

on:
push: null
pull_request:
types: [opened, synchronize, reopened]

Expand Down Expand Up @@ -41,7 +40,7 @@ jobs:
with:
assignees: ${{ github.event.sender.login }}
- name: Comment on PR if failed
if: failure() && github.event_name == 'pull_request'
if: failure()
uses: unsplash/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

1 comment on commit 243587f

@emacuello
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for adoptree ready!

✅ Preview
https://adoptree-odg7i91oo-emanuels-projects-e0d75c1b.vercel.app

Built with commit 243587f.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.