Skip to content

Commit 6c25c0f

Browse files
committed
include files for release in CI
1 parent bb3ea0e commit 6c25c0f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,18 @@ on:
1111
- ".github/workflows/ci.yml"
1212
- "include/**"
1313
- "src/**"
14+
- "LICENSE"
1415
- "Makefile"
16+
- "README.md"
1517
pull_request:
1618
branches: [ "main" ]
1719
paths:
1820
- ".github/workflows/ci.yml"
1921
- "include/**"
2022
- "src/**"
23+
- "LICENSE"
2124
- "Makefile"
25+
- "README.md"
2226
workflow_dispatch:
2327

2428
concurrency:

0 commit comments

Comments
 (0)