.github: fix double-triggering CI
We were accidentally running CI twice. Signed-off-by: Casey Callendrello <c1@caseyc.net>
This commit is contained in:
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
@ -1,7 +1,8 @@
|
|||||||
---
|
---
|
||||||
name: test
|
name: test
|
||||||
|
|
||||||
on: ["push", "pull_request"]
|
on:
|
||||||
|
pull_request: {}
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: "1.22"
|
GO_VERSION: "1.22"
|
||||||
|
Reference in New Issue
Block a user