diff --git a/.gitea/workflows/cargo-test.yml b/.gitea/workflows/cargo-test.yml index 1e9eab2..3b9e13d 100644 --- a/.gitea/workflows/cargo-test.yml +++ b/.gitea/workflows/cargo-test.yml @@ -2,7 +2,7 @@ name: Test the running changes on: push: - branches: [ "dev" ] + branches: [ "master" ] pull_request: branches: [ "master" ]