mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
Fix missing * in Go Fmt GitHub Actions (#4277)
Looks like one `*` is missing in Go Fmt GitHub Actions and that causes the Actions not being triggered. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
2
.github/workflows/go.fmt.yml
vendored
2
.github/workflows/go.fmt.yml
vendored
@@ -5,7 +5,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
paths:
|
paths:
|
||||||
- '*.go'
|
- '**.go'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
fix:
|
fix:
|
||||||
|
|||||||
Reference in New Issue
Block a user