Skip to content

Commit

Permalink
ci: run on all changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Mar 29, 2024
1 parent c39fcd2 commit 81a4cd7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ on:
workflow_dispatch:
pull_request:
types: [opened, synchronize]
paths:
- '**/*.rs'
- 'Cargo.lock'
paths-ignore:
- '**/*.md'
push:
branches:
- main
paths:
- '**/*.rs'
- 'Cargo.lock'
paths-ignore:
- '**/*.md'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@ on:
types: [opened, synchronize]
paths-ignore:
- '**/*.md'
- '**/*.yml'
- '!.github/workflows/ci.yml'
push:
branches:
- main
paths-ignore:
- '**/*.md'
- '**/*.yml'
- '!.github/workflows/ci.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ on:
pull_request:
types: [opened, synchronize]
paths-ignore:
- '**.rs'
- '.github/workflows/codecov.yml'
- '**/*.md'
push:
branches:
- main
paths:
- '**.rs'
- '.github/workflows/codecov.yml'
paths-ignore:
- '**/*.md'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 81a4cd7

Please sign in to comment.