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