Skip to content

Commit fc06e41

Browse files
committed
always run everything on CI to prevent never-succeeding CI (#1608)
Fixes #1608.
1 parent da8965b commit fc06e41

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/ci.yml

-20
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,9 @@ on:
1212
- '**/run-ci/**'
1313
tags-ignore:
1414
- '*'
15-
paths:
16-
- '.github/**'
17-
- 'ci/**'
18-
- 'etc/**'
19-
- 'src/**'
20-
- 'tests/**'
21-
- 'cargo-*/**'
22-
- 'gix*/**'
23-
- '*.toml'
24-
- Makefile
2515
pull_request:
2616
branches:
2717
- main
28-
paths:
29-
- '.github/**'
30-
- 'ci/**'
31-
- 'etc/**'
32-
- 'src/**'
33-
- 'tests/**'
34-
- 'cargo-*/**'
35-
- 'gix*/**'
36-
- '*.toml'
37-
- Makefile
3818
workflow_dispatch:
3919

4020
jobs:

0 commit comments

Comments
 (0)