Commit 2845eaa9 authored by Yong Tang's avatar Yong Tang Committed by GitHub

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: default avatarYong Tang <yong.tang.github@outlook.com>
parent b7814204
......@@ -5,7 +5,7 @@ on:
branches:
- 'master'
paths:
- '*.go'
- '**.go'
jobs:
fix:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment