Skip to content

Commit

Permalink
feat(workflows): build
Browse files Browse the repository at this point in the history
  • Loading branch information
BadKid90s committed Jan 23, 2024
1 parent 1c55e18 commit 832d7b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# 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
name: Go Build

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches: [ "simplify" ]
# pull_request:
# branches: [ "main" ]

jobs:

Expand All @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 832d7b1

Please sign in to comment.