Compare commits
No commits in common. "b5484e9060dea609f6c555cdb813125af2ca2d62" and "2a622e0d6466b3db814255623b215260996f8a4d" have entirely different histories.
b5484e9060
...
2a622e0d64
1 changed files with 12 additions and 2 deletions
14
.github/workflows/ci.yaml
vendored
14
.github/workflows/ci.yaml
vendored
|
|
@ -2,9 +2,19 @@ name: ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
paths:
|
||||||
|
- 'include/**'
|
||||||
|
- 'src/**'
|
||||||
|
- 'tests/**'
|
||||||
|
- 'CMakeLists.txt'
|
||||||
|
- '.github/workflows/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
paths:
|
||||||
|
- 'include/**'
|
||||||
|
- 'src/**'
|
||||||
|
- 'tests/**'
|
||||||
|
- 'CMakeLists.txt'
|
||||||
|
- '.github/workflows/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
format:
|
format:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue