Skip to content

Commit 75cc1d4

Browse files
committed
wip
1 parent 334d0bb commit 75cc1d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI
22
on:
33
workflow_dispatch:
44
pull_request:
5-
paths-ignore:
6-
- README.md
7-
- .gitignore
8-
- Documentation/**
5+
paths:
6+
- Sources/**
7+
- Tests/**
8+
- .github/workflows/ci.yml
99
jobs:
1010
auto-cancel:
1111
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)