Skip to content

Commit

Permalink
ci: run axosyslog-charts workflows only when affected files changed
Browse files Browse the repository at this point in the history
Signed-off-by: László Várady <[email protected]>
  • Loading branch information
MrAnno committed May 15, 2024
1 parent 5022ecc commit 759d6c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/axosyslog-charts-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ name: AxoSyslog charts linter

on:
push:
paths:
- 'charts/**'
- '.github/workflows/**'
pull_request:
paths:
- 'charts/**'
- '.github/workflows/**'

defaults:
run:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/axosyslog-charts-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: AxoSyslog charts release

on:
push:
paths:
- 'charts/**'
- '.github/workflows/**'
branches:
- main

Expand Down

0 comments on commit 759d6c8

Please sign in to comment.