Skip to content

Commit

Permalink
patch: se agrega que solo se construya la app usando un comando
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Solis <[email protected]>
  • Loading branch information
Im-Fran committed May 28, 2024
1 parent 03679d3 commit 5715c1e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Publicar Aplicación Beta
on:
pull_request:
branches: [dev]
types: [opened, synchronize]
on: issue_comment

jobs:
build:
# Formato de comentario: /deploy-beta
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/deploy-beta') }}
runs-on: macos-latest
environment: development
steps:
Expand Down

0 comments on commit 5715c1e

Please sign in to comment.