Skip to content

Commit

Permalink
testando alteração no script github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Ferino committed Mar 31, 2024
1 parent b070448 commit da94b38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/cd_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ name: Continuous delivery and deploy into AWS Cloud provider
on:
push:
branches: [main, develop]
# paths:
# - "app/**"
paths:
- "app/**"
pull_request:
branches: [main, develop]
# paths:
# - "app/**"
# workflow_dispatch:
paths:
- "app/**"

jobs:
continuous-delivery:
Expand Down
Empty file added app/test
Empty file.

0 comments on commit da94b38

Please sign in to comment.