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 fc6bc0a commit 224bbdc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 @@ -61,7 +61,7 @@ jobs:
profile: minimal
toolchain: ${{ matrix.toolchain }}

- uses: actions/cache@v4.0.1
- uses: actions/cache@v4.0.0
with:
path: |
~/.cargo/bin/
Expand All @@ -76,7 +76,7 @@ jobs:
command: build
args: --release --all-features --manifest-path ./blur/Cargo.toml

- uses: actions/cache@v4.0.1
- uses: actions/cache@v4.0.0
with:
path: |
~/.cargo/bin/
Expand All @@ -91,7 +91,7 @@ jobs:
command: build
args: --release --all-features --manifest-path ./intake/Cargo.toml

- uses: actions/cache@v4.0.1
- uses: actions/cache@v4.0.0
with:
path: |
~/.cargo/bin/
Expand Down

0 comments on commit 224bbdc

Please sign in to comment.