mirror of
https://github.com/mastodon/chart
synced 2025-05-17 20:43:21 +00:00
Update release.yml - fix release to only run on charts path
This commit is contained in:
parent
1759fe7fbe
commit
ffc1637aeb
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
@ -5,11 +5,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- '.github/**'
|
||||
- 'charts/**/README.md'
|
||||
- 'LICENSE'
|
||||
- 'README.md'
|
||||
paths:
|
||||
- 'charts/**'
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
Loading…
Reference in New Issue
Block a user