Skip to content

Commit 1ec3867

Browse files
committed
ci: run on all changes
1 parent 778e125 commit 1ec3867

File tree

3 files changed

+7
-15
lines changed

3 files changed

+7
-15
lines changed

.github/workflows/benchmark.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ on:
44
workflow_dispatch:
55
pull_request:
66
types: [opened, synchronize]
7-
paths:
8-
- '**/*.rs'
9-
- 'Cargo.lock'
7+
paths-ignore:
8+
- '**/*.md'
109
push:
1110
branches:
1211
- main
13-
paths:
14-
- '**/*.rs'
15-
- 'Cargo.lock'
12+
paths-ignore:
13+
- '**/*.md'
1614

1715
concurrency:
1816
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,11 @@ on:
66
types: [opened, synchronize]
77
paths-ignore:
88
- '**/*.md'
9-
- '**/*.yml'
10-
- '!.github/workflows/ci.yml'
119
push:
1210
branches:
1311
- main
1412
paths-ignore:
1513
- '**/*.md'
16-
- '**/*.yml'
17-
- '!.github/workflows/ci.yml'
1814

1915
concurrency:
2016
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}

.github/workflows/codecov.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ on:
55
pull_request:
66
types: [opened, synchronize]
77
paths-ignore:
8-
- '**.rs'
9-
- '.github/workflows/codecov.yml'
8+
- '**/*.md'
109
push:
1110
branches:
1211
- main
13-
paths:
14-
- '**.rs'
15-
- '.github/workflows/codecov.yml'
12+
paths-ignore:
13+
- '**/*.md'
1614

1715
concurrency:
1816
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)