Update .github/workflows/release.yml
This commit is contained in:
parent
2377469461
commit
d5b2bda535
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user