diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 5e575c8b..137f14d6 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -61,4 +61,6 @@ jobs: uses: ./.github/actions/trigger-workflow with: workflowFileName: test.yml - token: ${{ secrets.CI_PAT }} \ No newline at end of file + token: ${{ secrets.CI_PAT }} + + diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index afb27512..797aac08 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,6 @@ name: Cargo Test on: workflow_dispatch: - push: jobs: test: diff --git a/README.md b/README.md index 0571fbf2..25bd72d4 100644 --- a/README.md +++ b/README.md @@ -69,5 +69,4 @@ Please submit and review/comment on issues before contributing. Review [CONTRIBU ## License -This project is licensed under the BSD-3-Clause License - see the [LICENSE](LICENSE) file for details. - +This project is licensed under the BSD-3-Clause License - see the [LICENSE](LICENSE) file for details. \ No newline at end of file