diff --git a/.github/workflows/codeberg-mirror.yml b/.github/workflows/codeberg-mirror.yml index a1fb441d..15298cf5 100644 --- a/.github/workflows/codeberg-mirror.yml +++ b/.github/workflows/codeberg-mirror.yml @@ -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: diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index d496b623..e0bdfc32 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -1,4 +1,4 @@ -name: Dependabot auto-merge +name: dependabot automerge on: pull_request: workflow_dispatch: diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index d700af03..d53cbea0 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -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 ./...