Update .forgejo/workflows/golang.yml
All checks were successful
Build Go Binary / build (push) Successful in 1m30s
All checks were successful
Build Go Binary / build (push) Successful in 1m30s
This commit is contained in:
parent
d5f7821f22
commit
fea744957b
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@ name: Build Go Binary
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches:
|
||||||
|
- main
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Reference in a new issue