Skip to content

Commit a7dea6b

Browse files
committed
Run most CI checks on all branches
But still only on the same paths (and ignoring tags) as before.
1 parent cf9e727 commit a7dea6b

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,7 @@ env:
44
CARGO_TERM_COLOR: always
55
CLICOLOR: 1
66

7-
on:
8-
push:
9-
branches: [ main ]
10-
tags-ignore: [ '*' ]
11-
paths:
12-
- '.github/**'
13-
- 'ci/**'
14-
- 'etc/**'
15-
- 'src/**'
16-
- 'tests/**'
17-
- 'cargo-*/**'
18-
- 'gix*/**'
19-
- '*.toml'
20-
- Makefile
21-
pull_request:
22-
branches: [ main ]
23-
paths:
24-
- '.github/**'
25-
- 'ci/**'
26-
- 'etc/**'
27-
- 'src/**'
28-
- 'tests/**'
29-
- 'cargo-*/**'
30-
- 'gix*/**'
31-
- '*.toml'
32-
- Makefile
7+
on: [push, pull_request, workflow_dispatch]
338

349
jobs:
3510
pure-rust-build:

0 commit comments

Comments
 (0)