ci: go test on push

This commit is contained in:
2024-11-09 04:52:38 +01:00
parent ea1dbf26bd
commit ce9a53b6e2

View File

@@ -1,11 +1,8 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: Go
on:
push:
branches: [ "main","develop" ]
branches: [ "*" ]
pull_request:
branches: [ "main" ]