Skip to content

Commit

Permalink
Updating CI/CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edmocosta committed Jun 11, 2024
1 parent 8e35e79 commit 66407a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI
on:
pull_request:
push:
branches:
- main

jobs:
fmt:
name: Rustfmt
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 66407a3

Please sign in to comment.