Update .github/workflows/release.yml

This commit is contained in:
DariusKlein 2025-02-23 14:17:20 +01:00
parent 2377469461
commit d5b2bda535

View File

@ -1,13 +1,15 @@
# 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
#DISABLED
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
#name: Go
#on:
# push:
# branches: [ "master" ]
# pull_request:
# branches: [ "master" ]
jobs:
build: