Skip to content

Commit

Permalink
exclude paths from create jira version files (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja authored Feb 2, 2024
1 parent a2c199d commit 3511028
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
- "[2-9][0-9].[0-9][0-9].x"
paths:
- "centreon-collect/**"
- "!centreon-collect/ci/**"
- "!centreon-collect/tests/**"
workflow_dispatch:

env:
Expand Down

0 comments on commit 3511028

Please sign in to comment.