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:
Yong Tang
2020-11-10 22:43:46 -08:00
committed by GitHub
parent b7814204a4
commit 2845eaa916

View File

@@ -5,7 +5,7 @@ on:
branches:
- 'master'
paths:
- '*.go'
- '**.go'
jobs:
fix: