Skip to content

Commit

Permalink
enh(ci): exclude gorgone tests file from workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Jul 5, 2024
1 parent 5f09222 commit 0037a76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gorgone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- ready_for_review
paths:
- "gorgone/**"
- "!gorgone/tests/**"
- "!gorgone/veracode.json"
- "!gorgone/.veracode-exclusions"
push:
Expand All @@ -24,6 +25,7 @@ on:
- "[2-9][0-9].[0-9][0-9].x"
paths:
- "gorgone/**"
- "!gorgone/tests/**"
- "!gorgone/veracode.json"
- "!gorgone/.veracode-exclusions"

Expand Down

0 comments on commit 0037a76

Please sign in to comment.