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 # 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 # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: Go #DISABLED
on: #name: Go
push:
branches: [ "master" ] #on:
pull_request: # push:
branches: [ "master" ] # branches: [ "master" ]
# pull_request:
# branches: [ "master" ]
jobs: jobs:
build: build: