Skip to content

Commit

Permalink
third times a charm
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfxb committed Mar 16, 2024
1 parent d5fabc2 commit 0554dec
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/codecov-io.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
on: ["push", "pull_request"]

on:
push:
branches:
pull_request:
branches:
- "main"
env:
CARGO_TERM_COLOR: always

Expand All @@ -18,8 +22,8 @@ jobs:
chmod +x llvm.sh
sudo ./llvm.sh 17
sudo apt install libpolly-17-dev libz-dev
- uses: actions-rs/toolchain@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
Expand Down

0 comments on commit 0554dec

Please sign in to comment.