diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index bea9bd6..e909d4c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,13 +1,14 @@ # 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 Ubuntu on: push: branches: [ "master" ] pull_request: branches: [ "master" ] + workflow_dispatch: jobs: