mirror of
https://github.com/mastodon/chart
synced 2025-05-18 13:03: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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths-ignore:
|
paths:
|
||||||
- '.github/**'
|
- 'charts/**'
|
||||||
- 'charts/**/README.md'
|
|
||||||
- 'LICENSE'
|
|
||||||
- 'README.md'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user