Skip to content

Commit 67c7b14

Browse files
test tests
1 parent 93fbad0 commit 67c7b14

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
tags:
55
- "v*.*.*"
66
jobs:
7-
test:
7+
publish:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
11-
- name: Set output
11+
- name: Set version
1212
id: vars
1313
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
1414
- name: Set up Go

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Test
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- "main"
6+
pull_request: {}
7+
38
jobs:
49
test:
510
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)