Skip to content

Commit

Permalink
enh(ci): exclude files from component workflow triggers (#1506) (#1508)
Browse files Browse the repository at this point in the history
* enh(ci): exclude files from component workflow triggers

* remove empty line

* use more generic pattern for workflow path filtering
  • Loading branch information
tuntoja committed Jul 9, 2024
1 parent 569ca7d commit 72e4524
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/centreon-collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
- selinux/**
- "!.veracode-exclusions"
- "!veracode.json"
- "!**/test/**"
push:
branches:
- develop
Expand All @@ -43,6 +44,7 @@ on:
- selinux/**
- "!.veracode-exclusions"
- "!veracode.json"
- "!**/test/**"

jobs:
get-version:
Expand Down

0 comments on commit 72e4524

Please sign in to comment.