Skip to content

Commit

Permalink
Github build action updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vpoluyaktov committed Nov 9, 2023
1 parent 248cf82 commit 11bd7cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# 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 Build
name: Build Go Project

on:
push:
branches: [ "master" ]
branches:
- '*'
pull_request:
branches: [ "master" ]

Expand Down

0 comments on commit 11bd7cf

Please sign in to comment.