From 313434fa4cd89095bb400286d0fd39cfbeebf457 Mon Sep 17 00:00:00 2001 From: schmidtw Date: Tue, 11 Apr 2023 00:47:53 -0700 Subject: [PATCH] Use the new shared workflow. --- .github/workflows/ci.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcaec1f..ccfc1cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,13 +13,17 @@ on: - MAINTAINERS.md - LICENSE - NOTICE + tags: + - 'v[0-9]+.[0-9]+.[0-9]+' pull_request: workflow_dispatch: jobs: ci: - uses: xmidt-org/.github/.github/workflows/go-ci.yml@go-ci-v1 + uses: xmidt-org/shared-go/.github/workflows/ci.yml@6dd1fab69f841fbea827a053e21fa83ea94774d9 # v3.0.0 with: - lint-skip: true - style-skip: true + copyright-skip: true + lint-skip: true + style-skip: true + release-type: library secrets: inherit