ci: unify YAML file extension to .yaml across config and workflows

Signed-off-by: Dharsan Baskar <git@dharsanb.com>
This commit is contained in:
Dharsan Baskar
2026-06-11 13:57:28 +05:30
parent 0f5cbf0b03
commit 162eb0a5f3
6 changed files with 2 additions and 2 deletions
@@ -2,10 +2,10 @@ name: Verify GoReleaser config
on:
pull_request:
paths:
- '../../.config/goreleaser.yaml'
- '.config/goreleaser.yaml'
push:
paths:
- '../../.config/goreleaser.yaml'
- '.config/goreleaser.yaml'
jobs:
check-goreleaser-config: