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 Jun 26, 2024
1 parent 93c5b8f commit 355865c
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 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

0 comments on commit 355865c

Please sign in to comment.