diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 114d3eb..4129be6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,12 +1,7 @@ name: Rust Build on: - push: - branches: - - main # Change this to your default branch if it's not 'main' - pull_request: - branches: - - main # Change this to your default branch if it's not 'main' + push: {} jobs: build: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a262307..68c0240 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,7 +3,6 @@ name: Linting check on: workflow_call: {} push: {} - pull_request: {} jobs: rustfmt: diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index ee9fd27..6ccd96d 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -3,7 +3,6 @@ name: Rust Unit Tests on: workflow_call: {} push: {} - pull_request: {} jobs: build: