mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -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:
|
||||
- 'master'
|
||||
paths:
|
||||
- '*.go'
|
||||
- '**.go'
|
||||
|
||||
jobs:
|
||||
fix:
|
||||
|
||||
Reference in New Issue
Block a user