From 66407a317e91cc70ac5f5c2b9d76d48cd1b9a2d0 Mon Sep 17 00:00:00 2001 From: edmocosta <11836452+edmocosta@users.noreply.github.com> Date: Tue, 11 Jun 2024 23:26:12 +0200 Subject: [PATCH] Updating CI/CD workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc1e997..e759412 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,9 @@ +name: CI on: pull_request: push: branches: - main - jobs: fmt: name: Rustfmt @@ -34,7 +34,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest, windows-latest, macOS-latest ] - rust: [ stable, beta, nightly ] + rust: [ stable ] steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master