Skip to content

Commit

Permalink
ci(workflows): alterando o campo path dos workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCBV committed Feb 10, 2024
1 parent c3a01e6 commit 525ef53
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-createkeyfunc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: ["main"]
paths:
- ".github/workflows/deploy-createkeyfunc.yml"
- "functions/createKeyFunc/**"
- "functions/lib/**"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-updatekeyfunc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: ["main"]
paths:
- ".github/workflows/deploy-updatekeyfunc.yml"
- "functions/updateKeyFunc/**"
- "functions/lib/**"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: CI - Unit Tests
on:
push:
paths:
- ".github/workflows/test.yml"
- "functions/**"
branches:
- "develop"
Expand All @@ -15,6 +16,7 @@ on:
- "!main"
pull_request:
paths:
- ".github/workflows/test.yml"
- "functions/**"
branches:
- "develop"
Expand Down

0 comments on commit 525ef53

Please sign in to comment.