mirror of
https://github.com/kubereboot/kured.git
synced 2026-08-19 11:26:22 +00:00
ci: unify YAML file extension to .yaml across config and workflows
Signed-off-by: Dharsan Baskar <git@dharsanb.com>
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user