Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Mar 13, 2024
1 parent 7a60387 commit d4dddbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ permissions:
on:
workflow_dispatch:
push:
branches: [main]
branches: [Current]
pull_request:
branches: [main]
branches: [Current]
workflow_call:

jobs:
Expand Down Expand Up @@ -54,14 +54,14 @@ jobs:
toolchain: ["stable", "nightly"]

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].1

- uses: actions-rs/[email protected]
with:
profile: minimal
toolchain: ${{ matrix.toolchain }}

- uses: actions/[email protected].1
- uses: actions/[email protected].0
with:
path: |
~/.cargo/bin/
Expand Down

0 comments on commit d4dddbc

Please sign in to comment.