removing uneeded settings from licensed.yml

This commit is contained in:
Shawn Hartsell
2024-02-09 10:04:18 -06:00
parent cc8ab3cbcf
commit fc6c0a105a

View File

@@ -4,7 +4,6 @@ on:
push:
branches:
- main
tags-ignore: "**"
pull_request:
branches:
- main
@@ -49,6 +48,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: branch
env:
GOPRIVATE: "*github.com/github/*"
GOPROXY: "direct"
GOFLAGS: "-mod=vendor"