chore: rename github workflows
This commit is contained in:
parent
397ca931a7
commit
e947183d49
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Go
|
name: Release
|
||||||
on: [release]
|
on: [release]
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Go
|
name: Test
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue