Skip to content

Commit dfe593e

Browse files
committed
ci(libseekdb): run on every push by removing paths-ignore
1 parent d078d48 commit dfe593e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build-libseekdb.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ name: Build libseekdb
1111
run-name: Build libseekdb for ${{ env.COMMIT_SHA }}
1212

1313
on:
14+
# No paths-ignore on push: every push to these branches triggers build (avoids skip when only docs/*.md change)
1415
push:
1516
branches:
1617
- main
@@ -19,11 +20,6 @@ on:
1920
- "*.*.x"
2021
- "integration/*"
2122
- feat/embedded-mode
22-
paths-ignore:
23-
- "*.md"
24-
- "LICENSE"
25-
- "CODEOWNERS"
26-
- "docs/**"
2723
workflow_dispatch:
2824
inputs:
2925
ref:

0 commit comments

Comments
 (0)