Browse Source

Update go.yml

master
yuriy0803 2 years ago committed by GitHub
parent
commit
01dd2cd3ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/go.yml

4
.github/workflows/go.yml

@ -2,9 +2,9 @@ name: Go Build
on: on:
push: push:
branches: [ "main" ] branches: [ "master" ]
pull_request: pull_request:
branches: [ "main" ] branches: [ "master" ]
jobs: jobs:
build: build:

Loading…
Cancel
Save