Skip to content

Commit 0a02181

Browse files
committed
Use the new shared workflow.
1 parent a13fa10 commit 0a02181

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,16 @@ on:
1313
- MAINTAINERS.md
1414
- LICENSE
1515
- NOTICE
16+
tags:
17+
- 'v[0-9]+.[0-9]+.[0-9]+'
1618
pull_request:
1719
workflow_dispatch:
1820

1921
jobs:
2022
ci:
21-
uses: xmidt-org/.github/.github/workflows/go-ci.yml@go-ci-v1
23+
uses: xmidt-org/shared-go/.github/workflows/ci.yml@6dd1fab69f841fbea827a053e21fa83ea94774d9 # v3.0.0
2224
with:
23-
lint-skip: true
25+
copyright-skip: true
26+
lint-skip: true
27+
release-type: library
2428
secrets: inherit

0 commit comments

Comments
 (0)