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 f739374 commit af1d86dCopy full SHA for af1d86d
.github/workflows/CI.yml
@@ -9,14 +9,14 @@ on:
9
pull_request:
10
branches: [main]
11
paths:
12
- - src/**
+ - rust/**
13
- python/**
14
- "*.toml"
15
- ".github/workflows/*.yml"
16
push:
17
18
19
20
21
22
.github/workflows/format.yml
@@ -9,13 +9,13 @@ on:
- examples/**
workflow_dispatch:
0 commit comments