.github: fix double-triggering CI

We were accidentally running CI twice.

Signed-off-by: Casey Callendrello <c1@caseyc.net>
This commit is contained in:
Casey Callendrello 2024-07-15 16:53:23 +02:00
parent acf8ddc8e1
commit 30078e1cfd

View File

@ -1,7 +1,8 @@
---
name: test
on: ["push", "pull_request"]
on:
pull_request: {}
env:
GO_VERSION: "1.22"