mirror of
https://github.com/gogs/gogs.git
synced 2026-01-06 15:32:33 +01:00
ci: re-run Go checks for every push on a pull request
If a pull request has changed any Go file, even if the new push doesn't change any, we should re-run Go checks to make GitHub Checks look consistent.
This commit is contained in:
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
@@ -3,6 +3,9 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- '**.go'
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.go'
|
||||
env:
|
||||
GOPROXY: "https://proxy.golang.org"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user