Skip to content

Commit

Permalink
Run most CI checks on all branches
Browse files Browse the repository at this point in the history
But still only on the same paths (and ignoring tags) as before.
  • Loading branch information
EliahKagan committed Apr 8, 2024
1 parent 68d1a29 commit 00dfd40
Showing 1 changed file with 2 additions and 27 deletions.
29 changes: 2 additions & 27 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,7 @@ env:
CARGO_TERM_COLOR: always
CLICOLOR: 1

on:
push:
branches: [ main ]
tags-ignore: [ '*' ]
paths:
- '.github/**'
- 'ci/**'
- 'etc/**'
- 'src/**'
- 'tests/**'
- 'cargo-*/**'
- 'gix*/**'
- '*.toml'
- Makefile
pull_request:
branches: [ main ]
paths:
- '.github/**'
- 'ci/**'
- 'etc/**'
- 'src/**'
- 'tests/**'
- 'cargo-*/**'
- 'gix*/**'
- '*.toml'
- Makefile
on: [push, pull_request, workflow_dispatch]

jobs:
pure-rust-build:
Expand Down Expand Up @@ -176,7 +151,7 @@ jobs:
# Let's not fail CI for this, it will fail locally often enough, and a crate a little bigger
# than allows is no problem either if it comes to that.
just check-size || true
cargo-deny:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 00dfd40

Please sign in to comment.