1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-18 01:50:50 +00:00

ci: fix workflow names

This commit is contained in:
Ash Keel 2023-05-21 21:18:05 +02:00
parent d7e3f8ebb0
commit 823d9b14d1
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ env:
GOPRIVATE: git.sr.ht
jobs:
build:
release:
strategy:
fail-fast: false
matrix:

View file

@ -1,4 +1,4 @@
name: Build
name: Test
on:
push:
@ -9,7 +9,7 @@ env:
GOPRIVATE: git.sr.ht
jobs:
build:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2