rename workflow

This commit is contained in:
seriousm4x
2023-09-18 23:24:46 +02:00
parent e3ab652483
commit 6c80ebaf80
3 changed files with 4 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
# Sync repo to the Codeberg mirror
name: Mirror Sync
name: codeberg mirror
on:
push:
branches: ["master"]
tags:
- '*'
- "*"
workflow_dispatch:
jobs:
codeberg:

View File

@@ -1,4 +1,4 @@
name: Dependabot auto-merge
name: dependabot automerge
on:
pull_request:
workflow_dispatch:

View File

@@ -11,7 +11,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
go-version: ">=1.21"
- name: Test
run: cd backend && go test -v ./...