We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82348d8 commit 0060adeCopy full SHA for 0060ade
.github/workflows/ci.yml
@@ -4,8 +4,30 @@ on:
4
push:
5
branches: [ main ]
6
tags-ignore: '*'
7
+ paths:
8
+ - '.github/**'
9
+ - 'ci/**'
10
+ - 'etc/**'
11
+ - 'src/**'
12
+ - 'tests/**'
13
+ - 'cargo-*/**'
14
+ - 'git*/**'
15
+ - 'experiments/**'
16
+ - '*.toml'
17
+ - Makefile
18
pull_request:
19
20
21
22
23
24
25
26
27
28
29
30
31
32
jobs:
33
test:
0 commit comments