[UPDATE]: Update workflow

This commit is contained in:
mjsmagalhaes 2023-02-22 10:59:06 -03:00 committed by GitHub
parent 841615cb9b
commit e59ac7dd40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,14 @@
# 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 name: Go Ubuntu
on: on:
push: push:
branches: [ "master" ] branches: [ "master" ]
pull_request: pull_request:
branches: [ "master" ] branches: [ "master" ]
workflow_dispatch:
jobs: jobs: