Skip to content

Commit

Permalink
fix(workflows): corrigir campos paths
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCBV committed Feb 11, 2024
1 parent 54966f7 commit eb57da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI - Unit Tests
on:
push:
paths:
- ".github/workflows/test.yml"
- ".github/workflows/**"
- "functions/**"
branches:
- "develop"
Expand All @@ -16,7 +16,7 @@ on:
- "!main"
pull_request:
paths:
- ".github/workflows/test.yml"
- ".github/workflows/**"
- "functions/**"
branches:
- "develop"
Expand Down

0 comments on commit eb57da1

Please sign in to comment.