Skip to content

Commit

Permalink
Update build-deploy-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinebrasil authored Dec 7, 2024
1 parent 8c8efe7 commit 245282d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [created, edited]
push:
branches:
- main
- "**"
env:
AWS_REGION: us-east-1
ECR_REPOSITORY: app/web
Expand All @@ -15,6 +15,7 @@ permissions:

jobs:
build-deploy-dev:
#if: ${{ github.event.issue.pull_request && github.event.comment.body == '/deploy-dev' }}
if: github.event_name == 'issue_comment' && contains(github.event.comment.body, '/deploy-dev')
runs-on: ubuntu-latest

Expand Down

0 comments on commit 245282d

Please sign in to comment.