Skip to content

Commit

Permalink
cambios
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMendozaPrado committed Apr 23, 2024
1 parent ea84926 commit f480a5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
name: Deploy to Dev
runs-on: ubuntu-latest
needs: lint-and-test
if: github.event_name == 'push'
if: (github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/WorkflowCI/CDsemanticversioning') && github.event_name == 'push'

steps:
- uses: actions/checkout@v3
- name: Setup AWS Credentials
Expand Down

0 comments on commit f480a5d

Please sign in to comment.