From e1ed10805c63dadd0cab75e647bc4c162a67f584 Mon Sep 17 00:00:00 2001 From: "Artem V. Ageev" Date: Sun, 6 Oct 2024 12:48:03 +0300 Subject: [PATCH] small fix --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 67e3417..2b3a136 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -4,7 +4,7 @@ name: Build on: push: branches: - - "**" + - master pull_request: branches: - master @@ -22,9 +22,9 @@ jobs: strategy: matrix: os: - - windows-latest - - macos-latest - ubuntu-latest + #- windows-latest + #- macos-latest steps: - name: Download deps