mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-05-30 11:42:08 -04:00
rename workflow
This commit is contained in:
4
.github/workflows/codeberg-mirror.yml
vendored
4
.github/workflows/codeberg-mirror.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/dependabot-automerge.yml
vendored
2
.github/workflows/dependabot-automerge.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Dependabot auto-merge
|
||||
name: dependabot automerge
|
||||
on:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
2
.github/workflows/go-test.yml
vendored
2
.github/workflows/go-test.yml
vendored
@@ -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 ./...
|
||||
|
||||
Reference in New Issue
Block a user