diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 13c5c1c..d454f27 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,7 @@ on: push: branches: - main + - backup tags: - "v*" paths: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4ecad6c..3fcd527 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - backup paths: - "**/*.go" - "go.mod" @@ -40,4 +41,4 @@ jobs: run: sudo go test -v -coverprofile='coverage.out' -covermode=count ./... - name: Test with windows if: ${{ matrix.os == 'windows-latest' }} - run: go test -v -coverprofile='coverage.out' -covermode=count ./... \ No newline at end of file + run: go test -v -coverprofile='coverage.out' -covermode=count ./... diff --git a/README.md b/README.md index 23b1070..cd5dd6d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,18 @@ An open source visual routing tool that pursues light weight, developed using Golang. +
+ NextTrace is part of the [OwO Network](https://github.com/OwO-Network) project. The project is a joint initiative of Leo and Vincent. If you like this project, [Donate us](https://afdian.net/a/sjlleo/plan) to help us to provide long-lasting API cost expenses.