From f8c3a6fa39cb0919de334732641f64b7c7ae6271 Mon Sep 17 00:00:00 2001 From: ftheirs Date: Tue, 11 Jun 2024 08:17:11 -0300 Subject: [PATCH] minor fix --- .github/workflows/main.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 22ca6024..a7c71953 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,13 @@ -name: "test/build" +name: Build on: - - push + workflow_dispatch: + push: + pull_request: + branches: + - main + - develop + - master # for safety reasons + - dev # for safety reasons jobs: configure: @@ -48,7 +55,7 @@ jobs: ${{ runner.os }}-${{ github.sha }} - name: clippy run: | - cd ./app/rust + cd ./app/rust cargo clippy --all-targets --features "full,clippy" build_ledger: